What is the difference between == and = functions ? What are their uses ?.
Answers
Answered by
2
Answer:
The single = is used for assigning the value to variable and == , === are used for comparison purposes.
Answered by
3
Answer:
Explanation:
In programing/computer language
== Is a comparison operator means equal to
Eg 6==6
= Is used to assign variables a value
Eg a = 25
Similar questions
Science,
3 months ago
Math,
3 months ago
Social Sciences,
6 months ago
Social Sciences,
6 months ago
Geography,
11 months ago