Computer Science, asked by rajvaibhav591, 15 hours ago

Name the type of operator used in the following. [2] i) a =5; ii) a==5;​

Answers

Answered by MrTSR
0

The Operators used are :-

i) a = 5 - Assignment Operator

ii) a == 5 - Relational Operator

Similar questions