How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)
How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i) Correct Answer 100