36.In the for loop structure, which
statement is present?
O (A) Assign statement
O (B) Alter statement
O.(C) Both (a) and (b)
O (D) None of these
Answers
Answered by
3
Answer:
Alter Statement Dear
Explanation:
Agar ladka hota to languur bolna padta
Answered by
0
In the for loops, both assign and alter statements are present. Hence, option(c) is the correct answer.
- The Assign statement checks the statement and executes the program only if the statement is true. It helps in executing and stopping the for loop.
- The alter statement makes changes after every successful completion of the loop. If we don't add alter statement then the loop will run for infinity.
Similar questions