+ 3
What are keywords?
?
3 Answers
+ 4
Exactly what the name says (key-words)
+ 2
these are the reserve words that have a special meaning to the compiler, these words cannot be used as identifiers :)
+ 2
Keyword is a predefined or reserved word in C++ library with a fixed meaning and used to perform an internal operation......