logo

Crowdly

Browser

Add to Chrome

У якийсь зміною в даному коді найкоротший "час життя"? char foo (char my_ch) ...

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

У якийсь зміною в даному коді найкоротший "час життя"?

char foo (char my_ch)

{

char ch = my_ch;

static int flag = 1;

if (flag) {

char p;

p = ch;

ch = ch + 1;

}

.....

return ch;

}

(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