Java with Android Updates
Knowledge Can Impact our Dreams
Thursday, 22 March 2012
Why n++ executes faster than n+1?
n++ executes faster than n+1 because n++ want only one instruction for execution where n+1 want more one instruction for execution.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment