Multiple Choice
A C++ character literal is enclosed in ______ quotation marks, whereas a string literal is enclosed in ______ quotation marks.
A) double, single
B) triple, double
C) open, closed
D) single, double
E) no, some
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following will cause the
Q19: The following two statements both assign the
Q20: You must have a(n) _ for every
Q21: The _ directive causes the contents of
Q22: The following two statements could be used
Q23: _ are data items whose values cannot
Q25: If a variable is defined as<br>int sum;<br>it
Q26: If number is an int variable, both
Q27: The following statements both declare the variable
Q29: A variable must be defined<br>A) in every