C++ Coding Interview Questions and Answers - 2

Question: 6

What are keywords in C++?

Keywords have special meaning to the language computer.

These are reserved words for special purpose.

These words cannot be used as normal identifiers.

Related Questions