What is the difference between "=" and "==" ?
Question :
What is the difference between "=" and "==" ?
"=" is the assignment operator whereas "==" is the equality operator. The assignment operator is used to assign a value to an identifier, whereas the quality operator is used to determine if two expressions have the same value.