Escape Sequence | Character represented |
\n | newline |
\t | tab |
\\ | backslash itself |
\' | quote ``''' |
\" | double quote ``"'' |
printf("\t\"My name is \'%s\'\"\n", "Jim");Which prints
"My name is 'Jim'"
Data structures, Algorithms, Coding, Technical Interview Questions and much more. (Still work in progress)
0 comments:
Post a Comment