CBSE Class 11 Informatics Practices Question 28 of 75

Conditional and Looping Constructs — Question 10

Back to all questions
10
Question

Question 10

if statement comes in which category of statements?

  1. Sequential statements
  2. Conditional statements.
  3. Iterative statements
  4. Loop statement
Answer

Conditional statements.

Reason — The if statement is a conditional statement because it is used to control flow of execution of a program depending upon the condition.