CBSE Class 11 Informatics Practices Question 29 of 75

Conditional and Looping Constructs — Question 1

Back to all questions
1
Question

Question 1

What are compound statements?

Answer

A compound statement is a statement which comprises of a group of statements. The compound statements usually execute when a condition is satisfied, or a code block is called directly or through a function call.