C++ Programming Question:

Download Job Interview Questions and Answers PDF

Are there any new intrinsic (built-in) data types?

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

Yes. The ANSI committee added the bool intrinsic type and its true and false value keywords.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What problem does the namespace feature solve?Will the following program execute?