logo

Crowdly

Browser

Add to Chrome

Якщо є програма int a; // в глобальному просторі void f () {extern int a;...

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

Якщо є програма

int a; // в глобальному просторі

void f () {extern int a; a = 8; }

і в функції main() виконується

a = 3; f (); cout << a;

то якою буде результат?

(C++)

0%
0%
0%
0%
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