What are these symbol known <,>,=<,=>,! <,== ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are these symbol known <,>,=<,=>,! <,== ?

19th May 2018, 8:19 AM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
3 Answers
+ 10
< less then > more then =< equal or less then => equal or greater then !< not less then == equal to
19th May 2018, 8:43 AM
D_Stark
D_Stark - avatar
+ 6
Those are Relational operators. For more info on operators in C language, check this out: https://www.studytonight.com/c/operators-in-c.php
19th May 2018, 8:23 AM
Rahul George
Rahul George - avatar
+ 1
'!' means 'not', so: != means: not equal and: !variablename is equivalent to: variablename != 0
19th May 2018, 10:29 AM
ifl
ifl - avatar