✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
template <class A > class Array {/ * ... * /};
Array <int > x1;
Array <int > x2;
Array <char > x3;
Array <short > x4;
Які з наступних операторів не містять помилки:
(C++)