@juver and prateek....thanks a lot for the detailed and nice explanation :)
On Jan 9, 8:03 pm, juver++ <[email protected]> wrote: > This is simple. > cat - initilization step of for loop > rat - first loops's if passed, so i == 1 now > bat - loop's body > mat - loop's post operations > rat - second loop's if passed, i == 0 now > bat - loop's body > mat - loop's post operations > rat - thirrd calculation of the loop statement, first term always returns 3, > so for the && operation calculate second term, but i == 0 and the > whole result if false, so loop is terminated. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
