C++ Type Checking Question: What does a escape code represent? a) alert b) backslash c) tab d) form feed C++ Type Checking Interview QuestionAnswer: a) alert Previous QuestionNext QuestionIn C++, what is the sign of character data type by default? a) Signed b) Unsigned c) Implementation dependent d) None of theseWhich type is best suited to represent the logical values? a) integer b) boolean c) character d) all of the mentioned