Are there any new intrinsic (built-in) data types?



Are there any new intrinsic (built-in) data types?..

Answer / nimish singh

Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords.

Other apparent new types (string, complex, and so on) are implemented as classes in the Standard C++ Library rather than as intrinsic types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain terminate() function?

0 Answers  


Which ide is best for c++?

0 Answers  


Is swift a good first language?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


What are the different operators in C++?

3 Answers   HP,


Explain function overloading and operator overloading.

0 Answers  


Why is null pointer used?

0 Answers  


Is c++ a good beginners programming language?

0 Answers  


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  


Why c++ is called oop?

0 Answers  


Does c++ have a hash table?

0 Answers  


Categories