- 4
What is difference between '=' and '==' in C language?
4 Answers
+ 3
Good try for self learner badge...
0
@Ekansh, it seems these guys are trying hard for that one.
- 4
'=' is used to assign a value in a variable and '==' is used to compare the value or variable.