Computer Science, asked by bijitaprasad, 11 months ago

what is a null statement in c?​

Answers

Answered by BrainpoweredBoy
1

The "null statement" is an expression statement with the expression missing. It is useful when the syntax of the language calls for a statement but no expression evaluation. It consists of a semicolon.

Null statements are commonly used as placeholders in iteration statements or as statements on which to place labels at the end of compound statements or functions.

Similar questions