+1 vote
in Class 12 by kratos

What do you mean by Escape Sequence in C++? Write any two escape sequence characters & name them?

1 Answer

+3 votes
by kratos
 
Best answer

Escape sequences are special characters used in control string to modify the format of an output. (eg) \n - newline, \t for tab.

...