logo

Crowdly

Browser

Add to Chrome

Що надрукує програма? #include <iostream> template<typename T> T mul(T a, T b) ...

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

Що надрукує програма?

#include <iostream>

template<typename T>

T mul(T a, T b) { return a * b; }

int main() {

std::cout << mul<double>(2, 4.5);

}

More questions like this

Want instant access to all verified answers on e-learning.lnu.edu.ua?

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

Browser

Add to Chrome