


1/10/00
COM1100-Winter2000-Yuhong
Yin Northeastern
University
{ … }
nCurly braces marks the beginning and the ending of the block
of statements belonging to the function main.
n– The instructions or statements in the body of main function
– that is, the statements inside the curly braces { } – are executed one by one.
n– Each
statement in a C++ program ends in a semicolon.
n