Multiple choice

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

  1. Inline

  2. Continue

  3. Return

  4. Overload

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

Overload keyword is now obsolete and is no longer used or supported. It is not a part of Standard C++. It was preceded with function name in its definition to indicate that it was an overloaded function. Hence, this is the correct answer.