Explain the output? // 11 12 10 | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Explain the output? // 11 12 10

Elaborate the output. #include <stdio.h> #include <stdlib.h> int main() { int a=10; printf("%d\t%d\t%d",a++,a,a++); return 0; }

25th Sep 2019, 5:06 PM
Opeeyum
Opeeyum - avatar
0 Respuestas