what are the three different types of expression for statement
Answers
Answered by
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
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
Social Sciences,
5 months ago
Math,
5 months ago
Science,
5 months ago
Chemistry,
11 months ago
Science,
1 year ago