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
I had been asked this question in unit test.
My doubt stems from Template Class topic in division Classes of Object Oriented Programming