logo

Crowdly

Browser

Add to Chrome

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

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

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

 struct my

{

int a, b;

} m1;

 int func (my * f)

{

return f-> a + f-> b ++;

}

int main ()

{

m1.a = 2; m1.b = 5;

cout << func (& m1);

return 1;

 }

(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