Google News
logo
C-Language - Interview Questions
What is the difference between the = symbol and == symbol ?
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.
Advertisement