Question

Q2 [C++11] Which of the following statements is false?
a. The C++ standard redesigned the classic C++ stream classes, which processed only chars, as class templates with specializations for processing characters of types char and wchar_t, respectively.
b. C++11 added type char64_t to handle the new double-width Unicode characters.
c. The size of type wchar_t is not specified by the C++ standard.
d. C++11's new char16_t and char32_t types for representing Unicode characters were added to provide character types with explicitly specified sizes.

Answer

This answer is hidden. It contains 68 characters.