+ 2
What is the VALUE of ' x ' ? And How ?
i=1; x=5; x+=++x*2 + i++ + ++x + ++i*4;
6 Antworten
+ 8
In java it is 37
In c++ it is 39
+ 1
it's 37 @cool codin
+ 1
thank u @deepak and @cool codin
+ 1
thank u @cool codin
u made my concept clear
0
@cool codin
wrong answer