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
Differentiate between a constructor and a destructor in c++.
what kind of projects are suitable for c and c++
Which is best ide for c++?
What are guid? Why does com need guids?
What is meaning of in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
If a header file is included twice by mistake in the program, will it give any error?
What is object in c++ wikipedia?
What is #include cstdlib in c++?
How does work in c++?
What is endianness?
Tell me difference between constant pointer and pointer to a constant.
What are the various operations performed on stack?
Do vectors start at 0 c++?
What is function declaration in c++ with example?