a dash is a group of ststement enclosed within curly braces
Answers
ANSWER
Compounds
EXPLANATION
A compound statement is a sequence of zero or more statements enclosed within curly braces. Compound statements are frequently used in selection and loop statements. They enable you to write loop bodies that are more than one statement long, among other things. A compound statement is sometimes called a block.
Answer:
Compound Statement
Explanation:
A series of zero or more assertions contained in curly brackets is known as a compound statement.Selection and loop statements typically make use of compound statements.Among other things, they let you create loop bodies with many statements.A block may also be used to describe a complex sentence.A series of zero or more assertions contained in curly brackets is known as a compound statement.A "block" is a grouping of declarations, definitions, and statements contained in curly braces ().C uses two different kinds of blocks.One kind of block is a "compound statement," which is a statement made up of one or more other statements (see The Compound Statement).
#SPJ2