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 |
What is a c++ map?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Why do we use iterators?
What new()is different from malloc()?
how to explain our contribution in the project?
What is & in c++ function?
Why do we learn c++?
What is a container class? What are the types of container classes in c++?
What is OOPs
What is an ABC: an "Abstract Base Class"?
What is vector string in c++?
List the types of polymorphism in c++?