Saturday, October 25, 2014

To demonstrate the use of escape sequence ‘\n’. : C++



#include<iostream.h>
#include<conio.h>
void main()
{
        clrscr();

cout<<"Welcome to the "<<'\n'<<"World ofcomputers";
        getch();

}

No comments:

Post a Comment