Which one of the following is not a valid reserved keyword in C++?

Options
- Explicit
- Public
- Implicit
- Private


CORRECT ANSWER : Implicit

Discussion Board
C++ - Keywords

Implicit is not a valid reserved keyword in C++. Keywords are predefined reserved identifiers that have special meanings. They cannot be used as identifiers in your program.

Prajakta Pandit 01-25-2017 03:50 AM

.

Actually none of the above as C++ is case sensitive.

rathelor 11-5-2014 10:12 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement