CBSE Class 11 Computer Science Question 31 of 80

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.