What will be the output and how? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What will be the output and how?

#include <stdio.h> int main() { int i=1; printf("%d %d %d",i++, i++, i); return 0; }

28th Sep 2019, 10:49 AM
Rehman Khan
Rehman Khan - avatar
0 ответов