Which of the following is not keyword in c++
Answers
Answered by
0
Answer:
brek,bool.
#hope this answer is helpful..
Answered by
0
Construct is not a keyword in C++.
True, false and null are not keywords
but they are literals and reserved words that cannot be used as identifiers.
The keyword main is a prime example, and others include things like the end manipulator and other keywords from the vast collection of
C++ libraries.
The only difference in keyword or main one is that as keyword is reserved while main one is predefined.
Similar questions