Blocks are one or more statements enclosed in braces. Typically used with function definitions and control flow statements.
{
Statements
}Blocks are one or more statements enclosed in braces. Typically used with function definitions and control flow statements.
{
Statements
}