What will be the output for this code in a compiler and interpreter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
9th Aug 2019, 4:36 PM
Nagaraj P
Nagaraj P - avatar