Answer Posted / 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 |
Post New Answer View All Answers
What is null pointer and void pointer?
What is pointer with example?
What is setf in c++?
What is the benefit of encapsulation?
Why is polymorphism useful?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Explain bubble sorting.
How does c++ sort work?
Program to check whether a word is a sub-string or not of a string typed
When does a name clash occur in c++?
What is the use of class in c++?
What is protected inheritance?
Describe new operator?
What is an inclusion guard?
Which is best ide for c++?