Main.cc:1:2: error: invalid preprocessing directive #clude
#clude
^
Main.cc:2:7: error: expected nested-name-specifier before 'namesspace'
using namesspace std;
^
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cout' was not declared in this scope
cout<<"This a C program.";
^
Main.cc:7:1: error: expected ';' before '}' token
}
^