This was an interview question asked by a senior manager.
Which is faster?
while(1) { // Some code }
or
while(2) { //Some code }
I said that both have the same execution speed, as ...
Sign in to post comments.
Comments (0)
Sign in to post comments.