Computer Science, asked by ananiechim, 1 year ago

Find the Faster Execution
In the expressions i++, i+1, which one is faster execution and say what is the difference between them?

Answers

Answered by khanujarashmit
0
In the expressions i++, i+1, i++ is faster execution Because I++ vl increment value then do loop statements
Similar questions