Google News
logo
CPP - Quiz(MCQ)
What are the escape sequences?
A)
Set of characters that are used in the name of the main function of the program
B)
Set of characters that whose use are avoided in C++ programs
C)
Set of characters that are avoided in cout statements
D)
Set of characters that convey special meaning in a program

Correct Answer :   Set of characters that convey special meaning in a program


Explanation : Escape sequence is a set of characters that convey a special meaning to the program. They are used to convey a meaning which cannot be conveyed directly.

Advertisement