1.

What are keywords? Can keywords be used as identifiers?

Answer»

Keywords are the reserved words which convey specific meaning to the C++ compiler. They are the essential elements to construct C++ programs. Most of the keywords are common to C, C++ and Java. Keywords are reserved and cannot be used as identifiers.



Discussion

No Comment Found