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 the difference between an external iterator and an internal iterator?
How would you use the functions sin(), pow(), sqrt()?
Why use of template is better than a base class?
what Is DCS ? what i will get benefit when i did?
Is dev c++ free?
What's the most powerful programming language?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Why do we need constructors in c++?
give me some class & objects examples?
Write my own zero-argument manipulator that should work same as hex?
Explain all the C++ concepts using examples.
What is null c++?