Quick Print – Computer Sir Ki Class

Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
siteicon
Code Learning Code Learning#CPP#2288

Using some popular escape sequence characters.

Using some escape sequences in c++ for common tasks.

Source Code

		 

Run Output

Taj Mahal is in India
Marks in Computers 95
How are you?
\ is a special character
This is "string literal"
'C' is father of "C++"
\101 is octal representation of A
\x41 is hexadecimal representation of A
Null character is written as \0