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

Why do we use iterators?

0 Answers  


Explain dangling pointer.

0 Answers  


What is the prototype of printf function?

0 Answers  


Differentiate between an external iterator and an internal iterator?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  






What relational operators if statements in c++?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


What are keywords in c++?

0 Answers  


What is the use of register keyword with the variables?

0 Answers  


How should a contructor handle a failure?

0 Answers  


Explain the uses oof nested class?

0 Answers  


Categories