Multiple Choice
What is the value of str after the following code?
String str;
A) a garbage string
B) the empty string
C) the null character
D) unknown
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: strcmpfirst, second) returns<br>A) <0 if first <
Q32: In a vector, which of the following
Q33: Which of the following declarations correctly creates
Q34: The notation vector<Base_Type> means that the vector
Q35: When the extraction operator is used to
Q37: To convert a string object that stores
Q38: How do you concatenate two string values
Q39: The character '\0' is called the _
Q40: To add an element to a vector
Q41: Vector indexing warns about out-of-bounds index values.