A sequence of statements delimited by curly braces { and } is called a block or a compound statement. A block is a kind of statement. The empty block { } is sometimes useful for expressing that nothing is to be done.
Cpp
my conspect of the Stroustrup C++ book. + additional C++ topics.