Programming in C How to write simple program in C October 25, 2012 3817 Views #include<iostream.h> #include<conio.h> main() { cout<<“enter text here”; getch(); }