C++ Syntax Question:
Download Questions PDF

Do you know what are the new features that ISO/ANSI C++ has added to original C++ specifications?

Answer:

New Data types:
- bool
- wchar_t

New operators
- const_cast
- static_cast
- dynamic_cast
- reinterpret_cast
- typeid

Class implementation
- Explicit constructors
- Mutable members

Namespace scope
Operator keywords
New keywords
New headers

Download Basic C++ Syntax Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what are the Sizes and ranges of the Basic C++ data types?What is C strings syntax?