The following statement describes a specific concept. What is it called? a control structure that executes different code blocks depending on whether a condition is true or false.
- A. Loop
- B. Data type
- C. Conditional statement ✓
- D. Pointer
Correct answer
C. Conditional statement
Explanation
Conditional statement refers to a control structure that executes different code blocks depending on whether a condition is true or false.