What is the ouput of this ...and explain me how this works plzzz | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is the ouput of this ...and explain me how this works plzzz

for(i = getchar() ; ; i = getchar()) { if(i=='x') { break; } else { putchar(i); } }

26th Dec 2017, 2:41 PM
C Lover
0 Antworten