Multiple Choice
If you create a firstName string and initialize it to "Mary" , and then use the C++ statement cout , the output is ____.
A) Mary
B) ary
C) an error
D) empty because the program does not compile
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Is there ever a circumstance when you
Q2: _ are variables that can hold memory
Q3: How does the hexadecimal numbering system work?
Q5: A string _ is a value within
Q6: In C++, it is conventional to begin
Q7: Depending on your compiler, you might have
Q8: Match each term with the correct statement
Q9: _ is a string constant.<br>A) 'H'<br>B) '\n'<br>C)
Q10: Suppose you create a structure that has
Q11: C++ programmers do not refer to an