13.07.2015 Views

M182-lect1 pdf

M182-lect1 pdf

M182-lect1 pdf

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

A simple C program: the output/* helloworld.cThis program prints "Hello world!" on the screen.*/#include int main () {printf("Hello world!\n");return 0;}> Hello world!>33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!