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
How to declaring variables in c++?
Name four predefined macros.
What are the advantages of early binding?
How much is c++ certification?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is diamond problem in c++?
What are the vectors in c++?
How does class accomplish data hiding in c++?
Differentiate between an external iterator and an internal iterator?
What is the use of namespace std in C++?
How to implement is-a and has-a class relationships?
What is c++ used for in games?
What is a down cast?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
Can comments be nested?