may I know about what the use of operator<> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

may I know about what the use of operator<>

21st Sep 2016, 7:31 AM
Vishnu Prabha
2 Answers
+ 4
<> is the not-equal operator. It is similar to the != operator. a <> b returns True if a is not equal to b, and False otherwise.
21st Sep 2016, 7:45 AM
Zen
Zen - avatar
0
As name suggest operators operate operations like comparison operation, arithmatic operation etc
12th Oct 2016, 10:18 AM
Arun yadav
Arun yadav - avatar