Computer Science, asked by Tushh67201, 1 year ago

What is a statement ? What is the significance of an empty statement ?

Answers

Answered by sumit00
9
An empty statement is any statement that is purported to provide information, but in reality it provides no information at all in the relevant conversational context. In ordinary situations, tautologies or tautological statements are all emptyIt 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
Answered by nithishghomathi
5

Answer:

An empty statement is any statement that is purported to provide information, but in reality it provides no information at all in the relevant conversational context. In ordinary situations, tautologies or tautological statements are all emptyIt 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

Explanation:

Similar questions