Computer Science, asked by mamtajgillmamtajgill, 5 months ago

the number of binary arithmetic operators in c is​

Answers

Answered by imtiyazallam
1

Answer:

There are 5 binary arithmetic operators are supported in C programming language.

They are:

+ plus sign is used for addition

- minus sign is used for subtraction

* asterisk is used for multiplication  

/ forward slash is used for division  

% percent symbol is used for getting the reminder

Similar questions