adspace
Answer Posted / Taruna Saxena
A block in C++ refers to a pair of braces '{ }' that enclose a sequence of statements. A block defines the scope of variables declared within it, and the code within a block is executed only when the block is entered.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers