A block (also called compound statment) is a (possibily empty) sequence of statements and declarations surrounded by a pair of cruly braces. It is used where the language requires a single statement but the program's logic needs more than one.
A block (also called compound statment) is a (possibily empty) sequence of statements and declarations surrounded by a pair of cruly braces. It is used where the language requires a single statement but the program's logic needs more than one.