C भाषा में For लूप का उद्देश्य क्या है?
What is the purpose of For loop in C language?
A
To repeat a block of code a specific number of times
B
To check if a condition is true
C
To create a new function
D
To stop the execution of the program
Explanation
Correct Answer: A) To repeat a block of code a specific number of times