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: indentationint main () {}printf("Hello world!\n");return 0; As you can see, the two statements in the body ofmain() do not line up with the rest of the code. This is called indentation. Orderly indentation is very important; it makes yourcode readable. The C compiler ignores white space The vim editor will help you (look up "smart indenting"35

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

Saved successfully!

Ooh no, something went wrong!