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

How do I tokenize a string in c++?

0 Answers  


What are function prototypes?

0 Answers  


Describe the setting up of my member functions to avoid overriding by the derived class?

0 Answers  


Why ctype h is used in c++?

0 Answers  


What is istream c++?

0 Answers  






Tell me difference between constant pointer and pointer to a constant.

0 Answers   Honeywell, Zomato,


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


How do you show the declaration of a virtual constructor?

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What is c++ used for in games?

0 Answers  


What is a hash function c++?

0 Answers  


Explain method of creating object in C++ ?

0 Answers   Wipro,


Categories