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 statements
I had been asked this question in homework.
My question is based upon Basics in chapter Basics Concepts of C++ of C++