C++ Type Checking Question:

Download Job Interview Questions and Answers PDF

What does a escape code represent?
a) alert
b) backslash
c) tab
d) form feed

C++ Type Checking Interview Question
C++ Type Checking Interview Question

Answer:

a) alert

Download C++ Type Checking Interview Questions And Answers PDF

Previous QuestionNext Question
In C++, what is the sign of character data type by default?
a) Signed
b) Unsigned
c) Implementation dependent
d) None of these
Which type is best suited to represent the logical values?
a) integer
b) boolean
c) character
d) all of the mentioned