Multiple choice

Which of the following is not a reserved word in C++ language?

  1. typedef

  2. unsigned

  3. union

  4. mutable

  5. none of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the above are keywords in C++.