English, asked by Young4387, 9 months ago

Which of the following is not keyword in c++

Answers

Answered by armankhan95
0

Answer:

brek,bool.

#hope this answer is helpful..

Answered by KajalBarad
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