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 void pointer in c++ with example?
what is VOID?
What are associate containers?
What do you mean by delegate? Can a user retain delegates?
What is an object in c++?
What are the main features of c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is called array?
Is c++ a float?
What is ios :: in in c++?
what is the difference between overloading & overriding? give example.
What happens if a pointer is deleted twice?
What is & in c++ function?
Which operations are permitted on pointers?
Who discovered c++?