Compound Statement
A compound statement, also called a block, joins or brackets together a number of declarations and statements in order to make them into a single statement.
The compound statement i...
Read more
Executable Statement
Program statements are grouped into two general classes, executable, and nonexecutable. An executable statement is one that can be used only in the context of a function statement...
Read more