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