C++ Programming Question: Download C++ Programming PDF

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

Tweet Share WhatsApp

Answer:

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

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What problem does the namespace feature solve?Will the following program execute?