0
If x=5 and y= ++(++x++)++,what is the values of x and y?
7 odpowiedzi
+ 3
y= ++((++(x++))++) : This might do I suppose
+ 1
Error.!
0
I doubt if this expression is right
0
any reason for this error syntax??
0
you got error
check this expression are correct or not
0
why can't we apply precedence operation here??
0
Don't make such confusing statements. I would also recommend to stop paying so much attention to increments. The concept is simple and clear.