#include<iostream>
#include<stdio.h>
#include<conio.h>
using namespace std;
int main()
{
cout<< "Hello World! Welcome to C++";
getch();
return 0;
}
#include<stdio.h>
#include<conio.h>
using namespace std;
int main()
{
cout<< "Hello World! Welcome to C++";
getch();
return 0;
}
No comments:
Post a Comment