Vidyalelo
C Programming · Q24

Control Structures

Programming · C Programming · question 24

Q24

In C, which control structure is used to execute a block of code a specific number of times?

A.
for loop
Answer
B.
while loop
C.
if statement
D.
switch case

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board