Give two examples of an expression in C++.
Answers
Answered by
28
:
Examples of C++ expression:
- (a+b) - c.
- (x/y) -z.
- 4a2 - 5b +c.
- (a+b) * (x+y)
Similar questions