BRIAN W. KERIGHAN
DENNIS M. RITCHIE
prentice hal software series
library
main() define a function called main
that received no argument values
{ statements of main are enclosed in braces
printf("hello, world\n"); main calls library function printf
to print this sequence of characters
} \n represents the newline character
The first C program
No comments:
Post a Comment