1 2 3 4 5 6 7
#include <stdio.h> main() { printf "hello, How r u "; return 0; }
1 2
In function 'main': Line 5: error: expected ';' before string constant