two types of arithmetic operators
Answers
Answered by
5
Answer:
MARK AS BRAINLISTER
Explanation:
Operators are the basic concept of any programming language, used to build a foundation in programming for freshers. Operators can be defined as basic symbols that help us work on logical and mathematical operations. Operators in C and C++, are tools or symbols that are used to perform mathematical operations concerning arithmetic, logical, conditional and, bitwise operations.
There are many sub-operators presents in each type of Operators in C/C++.
Answered by
57
Answer:
Two types of arithmetic operators
addition (+), subtraction (-)
Similar questions