Computer Science, asked by Sana1122, 1 year ago

how to write the difference between '=' and'==' in computer

Answers

Answered by MVB
0
The difference between '=' and'==' in computer language is as follows:-

 = is used for assignment purpose. It assigns a value.
== is used for purpose of comparison.
Similar questions