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/* helloworld.cThis program prints "Hello world!" on the screen.*/#include Program execution always beginsin the main function.int main () {All C programs must have a mainfunction.printf("Hello world!\n");return 0;main() usually holds calls to}other functions25

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

Saved successfully!

Ooh no, something went wrong!