Hello, World!
From Programming In C
[edit]
Exercise 1.1
Type in, compile and run the Hello, world! program. See what happens if you remove the system("pause"); command.
Extend the program so that it prints out the "Hello, world!" message 10 times. Investigate the effect of removing the "\n" from the text string.
