Computer Science, asked by dbanyal420, 4 months ago

Describe the arithmetic expression and assigment statement in C language.​

Answers

Answered by harshit4verma2005
1

Answer: Arithmetic Expressions consist of numeric literals, arithmetic operators, and numeric variables. They simplify to a single value, when evaluated. Here is an example of an arithmetic expression with no variables: 3.14*10*10.

Similar questions