How many times will variable num be displayed? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How many times will variable num be displayed?

int num = 0; while (num < 5); printf (“num = %d”, num++);

11th Apr 2019, 8:09 PM
Caveman
Caveman - avatar
1 Réponse
+ 5
Code Playground has the answer.
11th Apr 2019, 8:14 PM
Diego
Diego - avatar