Skip to content
Prev 194396 / 398500 Next

Programming insight

Hi all,

Most of the time in my programming I use "for" loop however there will
always be some way to use other loop like "while", "if" etc to implement
same query. My question is among those different loops which is
theoretically fastest and why?

Thanks