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 |
Explain deep copy?
Why do we need pointers?
What is the use of seekg in c++?
Difference between a homogeneous and a heterogeneous container
What is lvalue?
How the V-Table mechanism works?
Which programming language's unsatisfactory performance led to the discovery of c++?
Why do we use pointers in c++?
What is RTRT tool?can it be used for automation?can it work on packet PC?
What is the syntax for a for loop?
Is c++ a low level language?
What are the main characteristics of C++ as a programming language?