Report Bug
Qus : Which of the following is not a valid relational operator?
Qus निम्नलिखित में से कौन वैध रिलेशनल ऑपरेटर नहीं है?

A. <
B. =
C. >=
D. <=


Solution
B. =



Explanation

= is assignment operator which is used to assign the value of expression to the left hand variable.




Report Bug