Answer may be:
‘=’ is an assignment operator which is used to assign the value in the variable and ‘==’ is a comparison operator which is used to check LHS is equal to RHS or not.