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

What will be the output for this code in a compiler and interpreter

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

9th Aug 2019, 4:27 PM
Nagaraj P
Nagaraj P - avatar
1 ответ
9th Aug 2019, 4:36 PM
Nagaraj P
Nagaraj P - avatar