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