The values the string class permits are referred to as ____.
a. string objects
b. string literals
c. C-strings
d. istream strings
b. string literals
You might also like to view...
The Work Product Doctrine is a legally defined category of privileged information
a. True b. False
Answer the following statements true (T) or false (F)
1. Assuming more Data is a Boolean variable, the following two tests are logically equivalent. 2. A switch statement branches to a particular block of code depending on the value of a numeric (i.e. integer or floating-point) variable or constant. 3. The scope of a variable is the program it is defined in. 4. To decrements a number means to increase its value. 5. The block of code in the body of a while statement can contain an unlimited number of statements, provided they are enclosed in a set of braces.