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

What is a c++ map?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Why do we use iterators?

0 Answers  


What new()is different from malloc()?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,






What is & in c++ function?

0 Answers  


Why do we learn c++?

0 Answers  


What is a container class? What are the types of container classes in c++?

0 Answers  


What is OOPs

12 Answers   CA,


What is an ABC: an "Abstract Base Class"?

1 Answers  


What is vector string in c++?

0 Answers  


List the types of polymorphism in c++?

0 Answers  


Categories