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 terminate() function?
Which ide is best for c++?
Is swift a good first language?
Should the member functions which are made public in the base class be hidden?
What are the different operators in C++?
Explain function overloading and operator overloading.
Why is null pointer used?
Is c++ a good beginners programming language?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
When to use “const” reference arguments in a function?
Why c++ is called oop?
Does c++ have a hash table?