5. State the difference between = and
= =
operator.
Please answer me fast as you can
Please make sure the answer should be correct
And follow my YouTube gaming channel link is in my bio
Answers
Answered by
0
Explanation:
= is assigned to a variable or a identifier
== is a boolen literal which give T/F if statement is true or false
Answered by
1
Question:-
- State the difference between = and == operator.
Difference:-
The main difference is that = operator is used as an assignment operator. It initialises value to a variable whereas == operator is used for checking equality of two numbers or characters.
Similar questions