সব প্রশ্নে ফিরে যান
ICT
How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)
A) Undefined
B) 100
সঠিক উত্তর
C) 99
D) 10