logo

Crowdly

Browser

Add to Chrome

En exécutant le programme suivant, combien de fois la chaîne "hello" est-elle af...

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

En exécutant le programme suivant, combien de fois la chaîne "hello" est-elle affichée ?

#include<stdio.h>

int main() {

int i = 0;

while (i < 5) {

int i = 0;

printf("hello\n");

i++;

}

return 0;

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.myefrei.fr?

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

Browser

Add to Chrome