logo

Crowdly

Browser

Add to Chrome

Який буде результат наступного виразу? template <class T > T sum (T * a, T *...

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

Який буде результат наступного виразу?

template <class T > T sum (T * a, T * b)

{T f = 1;

return (* a + * b) - f;

}

int main ()

{Int i = 5, j = 1; double x = 5., y = 6 .;

cout < < sum (& i, & j) < < "" < < sum (& x, & y);

}

(C++)

0%
0%
0%
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