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

Submitted by: Administrator
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
Submitted by: Administrator

Read Online C++ Syntax Job Interview Questions And Answers