McqMate
Login
Register
Home
Search
Login
Register
Computer Science Engineering (CSE)
CPP Programming
What does an escape code represent?
Q.
What does an escape code represent?
A.
alert
B.
backslash
C.
tab
D.
form feed
Answer» A. alert
View all MCQs in:
CPP Programming
Discussion
Comment
Related Questions
Which of the following is incorrect in C++? (1)When we write overloaded function we must code the function for each usage. (2)When we write function template we code the function only once. (3)It is difficult to debug macros (4)Templates are more efficient than macros
Which data type is used to represent the absence of parameters?
Which type is best suited to represent the logical values?
Which of the following is true about templates? 1) Template is a feature of C++ that allows us to write one code for different data types. 2) We can write one function that can be used for all data types including user defined types. Like sort(), max(), min(), ..etc. 3) We can write one class or struct that can be used for all data types including user defined types. Like Linked List, Stack, Queue,..etc. 4) Template is an example of compile time polymorphism.
The code of statements which may cause abnormal termination of the program should be written under_________ block.
How C++ compiler does differ between overloaded postfix and prefix operators?
What does the sequence adaptor provide?
At which time does the static_cast can be applied?
Login to Continue
It will take less than 2 minutes
Continue with Google
Continue with Linkedin
Continue with Twitter
Report MCQ
Remark*
Report