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 |
Who created c++?
What is pair in c++?
What is RTRT tool?can it be used for automation?can it work on packet PC?
What is "strstream" ?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is a flag in c++?
How can I learn c++ easily?
What is the use of pointer in c++ with example?
What are the defining traits of an object-oriented language?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
what is scupper?
What is searching?