Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cout' was not declared in this scope
cout<<"This a C program.";endl
^
Main.cc:5:31: error: 'endl' was not declared in this scope
cout<<"This a C program.";endl
^