Quantcast
Channel: C++
Viewing latest article 13
Browse Latest Browse All 43

C++ Statements, Blocks and Flow Control Statement

$
0
0
C++ program is a collection of statements. Normal statements are sequential and executed sequentially. These statements can be: Declaration Statements, or Expression statements. Also a group of statement treated as a single statement is called compound statement or block.

Declaration Statements



Declaration statements create new identifiers (names) like declaring a variable. Declaration statements are not executable statement. Those statements are basically...

C++ Statements, Blocks and Flow Control Statement

Viewing latest article 13
Browse Latest Browse All 43

Trending Articles