KR Code Corner
Wednesday, 20 May 2015
How to print "HELLO" in C++
#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
cout<<"HELLO";
getch();
}
Coding Format
Output Format
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment