Home / Questions / What is arithmetic operator in C?
Explanatory Question

What is arithmetic operator in C?

👁 674 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • C Arithmetic operators are used to perform mathematical calculations like addition, subtraction, multiplication, division and modulus in C programs.
  • Arithmetic operators are +, -, *, /, %