1.

How is = symbol different from == symbol in C programming?

Answer»
S.no“=”“==”
1.Assignment operatorComparison operator
2.Used to ASSIGN the VALUE of right side to the variable on the left sideUsed to COMPARE value on the left side with value on the right side


Discussion

No Comment Found