C-18-Q026mediumsingle_mcq
The initial value of the counter variable is set with the appropriate:
The initial value of the counter variable is set with the appropriate:
- aOperator
- bData type
- cModule name
- dFunction call
ব্যাখ্যা
The counter must be declared with the correct data type (such as an integer) before it can hold its initial value. Choosing the appropriate data type ensures the counter stores and updates its value correctly.