#include #include void main() { clrscr(); // clear the screen cout<<"Hello Compiler, I am C++"; getch(); // holds output screen until user press a key }