#Meta-Wlp: #Macro: TITLE wlp: Learn C (I) p. 3
int main(){ printf("Hello world!\n") ; }Would this program work? #Shuffle: none $PAGE$-A $PAGE$-B Return to Index. #: Yes, the #include was only confusing things. #: No, without the #include, the C compiler can not figure out what printf is supposed to do. #: