Multiple choice Which of the following is not a reserved word in Standard C++? Inline Continue Return 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.