Multiple Choice
Which of the following is not a keyword that was added to C++ in the new C++11 standard?
A) nullptr.
B) operator.
C) constexpr.
D) noexcept.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: An uninitialized local variable contains:<br>A) The value
Q18: Assuming that x is equal to 4,
Q19: If x initially contains the value 3,
Q20: Which of the following will not increment
Q21: Which of the following is a repetition
Q23: Which of the following does not display
Q24: A block:<br>A) Must contain exactly three statements.<br>B)
Q25: The data type bool:<br>A) Can take on
Q26: Which of the following is true of
Q27: Using a while loop's counter-control variable in