C++ Programming Awareness and Practice
Wednesday, 2 March 2016
Q. Print a statement on screen ?
THE OUTPUT WOULD BE
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Hello Shashank";
getch();
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment