Write a program that perfrom all arithmetic operations in C ➕➕ language?
Answers
Answered by
1
As of my knowledge C Languages operators are supported by C++ there is no separate C++ operators.
C++ is a general-purpose programming language that was developed as an enhancement of the C language to include object-oriented paradigm. It is an imperative and a complied language.
coming to your question as I said C++ supports C language operators.
They are
addition +
subtraction -
multiplication *
division /
modulus %
Similar questions