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
English,
6 months ago
Science,
6 months ago
Social Sciences,
6 months ago
Chemistry,
1 year ago
Science,
1 year ago