Keywords in CPP - C++ basic concepts

Q.  Which of the followings is/are not keyword/s in CPP?

1. asm
2. boolean
3. mutable
4. export
5. constant_cast

- Published on 17 Jul 15

a. Only 5
b. Only 1 and 4
c. Only 1,2 and 5
d. Only 2 and 5

ANSWER: Only 2 and 5
 

    Discussion

  • Shahryar Sultan   -Posted on 09 Dec 18
    Not boolean but bool
    &
    Not constant_cast bu const_cast
  • Brijesh   -Posted on 08 Oct 15
    Boolean and constant_cast are not keywords in CPP. bool is predefied type not Boolean.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)