Multiple Choice
Which of the following is true?
A) You can initialize data members of a class only in the class's constructor.
B) C++11 allows you to provide a default value for a data member when you declare it in the class declaration.
C) You cannot initialize data members of a class.
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Which of the following is correct when
Q3: Switch can be used to test:<br>A) int
Q4: Which of the following for headers produces
Q5: Float and double variables should be used:<br>A)
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q9: The _, _ and _ are the
Q10: Which of the following is not one
Q11: Variables are also known as:<br>A) lvalues, but