Computer Science, asked by Rajesha6231, 10 months ago

What are three different types of expressions for for statement

Answers

Answered by risky46
6

Answer:

There are three different classes of statements in C: expression statements, compound statements, and control statements. An expression statement consists of an expression followed by a semicolon. The execution of such a statement causes the associated expression to be evaluated.

Explanation:

Your Answer

BRAINLIST

Similar questions