Computer Science, asked by amriksinghkhalsa, 8 months ago

what are the three different types of expression for statement​

Answers

Answered by uniqueboypaul
39

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.

Answered by kaursimarjit589
35

Answer:

An arithmetic expression evaluates to a single arithmetic value.

A character expression evaluates to a single value of type character.

A logical or relational expression evaluates to a single logical value.

Similar questions