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
}
#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