✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Observez le code ci dessous :
for (int i=0; i<5; ++i) {
/* Do something */
}
printf("%d\n", i);
Pourquoi ce code ne peut-il pas compiler ?