logo

Crowdly

Browser

Add to Chrome

Considérons les lignes de code suivantes : void e(); int main()       { in...

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

Considérons les lignes de code suivantes :

void e();

int main()

      { int q = 4;<br>        e();<br>        int r = q;<br>        return 0; }

void e()

      { int q;<br>        q =q +1; }

 La variable

est déclarée deux fois (dans le int main () et dans void e()).

représente la même variable et on peut la déclarer qu’une fois:

0%
0%
0%
More questions like this

Want instant access to all verified answers on openschool.estaca.fr?

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

Browser

Add to Chrome