Page

Sunday, 17 June 2018

hello world program in c++

#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"hello world";
getch();
}


No comments:

Post a Comment