What is the ouput of this ...and explain me how this works plzzz | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta