#Meta-Wlp: #Macro: TITLE wlp: C Lang (1) p. 2
#include<stdio.h> int main(){ printf("Hello world!\n") ; }Probably, much of this program is a mystery to you. What do you think the #include<stdio.h> does? #Shuffle: none $PAGE$-A $PAGE$-B $PAGE$-C Return to Index. #: It includes things. #: It includes information for the library package stdio (standard I/O). In particular, information regarding the function printf. #: I have no way of figuring this one out. #: