✅ 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;
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!