1.

What is the correct syntax for declaring an allocator?

A. template < class T > class;
B. template class allocator;
C. template < class T > class allocator;
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs