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

What is assignment operator in C?

👁 712 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

  • Assignment operators are used to assign the values to the variables.
  • Assignment operators are =, +=, -=, /+, %= etc.