I=1; i=++i+i++; | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I=1; i=++i+i++;

what is the output for this line

20th Mar 2017, 5:47 PM
sudharshanan parthasarathy
sudharshanan parthasarathy - avatar
1 Answer
+ 3
Error(because l is not equal to i) if corrected, Ans:- 2+2=4
20th Mar 2017, 6:29 PM
Meharban Singh
Meharban Singh - avatar