logo

Crowdly

Яке значення буде виведено в результаті виконання фрагменту коду? int...

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

Яке значення буде виведено в результаті виконання фрагменту коду?

int sum(int a, int b)

{a++;  return a + b; }

int main() {

int i=1; k=2;

k = sum(10, i);

cout << k << endl; 

}

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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