Name the type of operator used in the following. [2] i) a =5; ii) a==5;
Answers
Answered by
0
The Operators used are :-
i) a = 5 - Assignment Operator
ii) a == 5 - Relational Operator
Similar questions