Translate

Saturday, 6 October 2012

Welcome to C/C++

#include<iostream.h>
#include<conio.h>
void main()
   {
         clrscr();     // clear the output screen
         cout<<"welcome to C/C++";  // print on screen
         getch();                                   // ask for enter any character
   }

No comments:

Post a Comment