1.

What are the escape sequences?(a) Set of characters that convey special meaning in a program(b) Set of characters that whose use are avoided in C++ programs(c) Set of characters that are used in the name of the main function of the program(d) Set of characters that are avoided in cout statementsI had been asked this question in homework.My question is based upon Basics in chapter Basics Concepts of C++ of C++

Answer» RIGHT answer is (a) Set of characters that CONVEY special meaning in a program

Easiest 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.


Discussion

No Comment Found

Related InterviewSolutions