CppSchools : For Students below 12th Standard.
Sunday, October 26, 2014
To demonstrate the use of escape sequence \t. : C++
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"Welcome to the"<<'\t'<<"World of computers";
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment