C-17-Q092mediumsingle_mcq
The variable i used in the loop is also called the:
The variable i used in the loop is also called the:
- aaccumulator
- bcounter variable
- cglobal variable
- dconstant
ব্যাখ্যা
The variable i tracks the iteration count, so it serves as the counter variable of the loop. Its value changes with each repetition to control the loop.