CPPP
the null terminator
C++ automatically places ________ at the end of string constants.
has only two values: true and false
The bool data type ________.
FALSE
True/False: An escape sequence must start with a forward slash (/) .
FALse
True/False: The following is a legal C++ statement to define and initialize a variable. char firstName = "Jack";
single, double
A C++ character constant (character literal) is enclosed in ________ quotation marks, whereas a string constant (string literal) is enclosed in ________ quotation marks.
bool
A ________ variable can hold only one of two values: true or false.
a string constant.
In programming terms, a group of characters inside a set of double quotation marks (" ") is called
a string literal.
In programming terms, a group of characters inside a set of double quotation marks (" ") is called
either B or C, but not A
In programming terms, a group of characters inside a set of double quotation marks (" ") is called