362 views
2 votes
2 votes
if i have statement like   

 

j  = (i++ ) + ( ++i) ;

which will execute first among  (i++)  and (++i)

Please log in or register to answer this question.

No related questions found