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
Why c++ is faster than java?
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 #include c++?
How can you tell what shell you are running on unix system?
Why do we use constructor?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is endl?
Is facebook written in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is vector pair in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How to declare a function pointer?
Why is null pointer used?
What is the default access level?
Which programming language should I learn first?