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 "strstream" ?
What is class in c++ with example?
What do you mean by pure virtual functions in C++? Give an example?
What is functions syntax in c++?
Can notepad ++ run c++?
Differentiate between structure and class in c++.
make a middle node of doubly linklist to the top of the list
Difference between a homogeneous and a heterogeneous container
What is the difference between a constructor and a destructor in C++?
What is the fastest c++ compiler?
What is the object serialization?
Do class declarations end with a semicolon? Do class method definitions?