Programming Tutorials

Comment on Tutorial - Increment and Decrement Operator By aathishankaran



Comment Added by : divye

Comment Added at : 2015-03-20 09:05:46

Comment on Tutorial : Increment and Decrement Operator By aathishankaran
what will be the answer of this?
int y=10;
int z=(++y*(y+++5)


View Tutorial