adplus-dvertising
frame-decoration

Question

What are the two specializations of I/O template classes in C++?

a.

16-bit character and wide characters

b.

8-bit character and wide characters

c.

32-bit character and locale characters

d.

64-bit characters and locale characters

Answer: (b).8-bit character and wide characters

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are the two specializations of I/O template classes in C++?

Similar Questions

Discover Related MCQs

Q. Can typeid() function be used with the object of generic classes?

Q. The _____________ class is a specialization of a more general template class.

Q. How is function overloading different from template class?

Q. What if static members are declared inside template classes?

Q. If template class is defined, is it necessary to use different types of data for each call?

Q. How many generic types can be given inside a single template class?

Q. Template classes must have at least one static member.

Q. Which is most appropriate definition of a base class?

Q. A base class is also known as _____________ class.

Q. An abstract class is always a __________ class.

Q. How many base classes can a single class inherit in java?

Q. How to make a derived class a base class?

Q. If a base class is being derived by two other classes, which inheritance will that be called?

Q. Which among the following must be in a base class?

Q. Which type of members can’t be accessed in derived classes of a base class?

Q. If a class is enclosing more than one class, than it can be called as base class of those classes.

Q. Base class have ________________ of abstraction.

Q. Always the base class constructors are called ___________ constructor of derived class.

Q. Can we call methods of base class using constructor of the derived class?

Q. If a base class is inherited from another class and then one class derives it, which inheritance is shown?