What is the difference between the = symbol and == symbol?

4 years ago
C Programming

The = symbol is often used in mathematical operations. It is used to assign a value to a given variable. On the other hand, the == symbol, also known as "equal to" or "equivalent to", is a relational operator that is used to compare two values.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions