logo

Crowdly

Browser

Add to Chrome

Яка рядок даного коду виробляє спеціалізацію шаблона? 1: template <class Т> c...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Яка рядок даного коду виробляє спеціалізацію шаблона?

1: template <class Т> class А {

2: int х;

3:};

4: template <class Т> class А <Т *> {

5: long х;

6:};

7: template <template <class U> class V> class C {

8: V <int> y;

9: V <int *> z;

10:};

11: C <A> c;

(C++)

More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome