Vidyalelo
C Programming · Q29

Control Structures

Programming · C Programming · question 29

Q29

In C, which control structure allows you to define a block of code to be executed in response to a specific event or condition?

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

Answer: Option B

Solution

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