Computer Science, asked by Anonymous, 6 months ago

What is the difference between == and = functions ? What are their uses ?.​

Answers

Answered by Lizzwill
2

Answer:

The single = is used for assigning the value to variable and == , === are used for comparison purposes.

Answered by janegabrielle12
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
Math, 11 months ago