#Meta-Wlp: #Macro: TITLE wlp:C Lang (1) p. 1 #Eval: $TITLE$ #Macro: PAGE bb1-1

Chapter I

In this chapter, you will become familiar with the look and feel of C Language.
#include<stdio.h>
int main(){
  printf("Hello world!\n") ;
}
What does this C language program do? #Shuffle: none $PAGE$-A $PAGE$-B Return to Chapter index #: I have no idea what it does. #: It prints the text: Hello world! #: