what is the sign used to compare in c++
Answers
Answered by
2
This is your questions answer....
Attachments:
Answered by
9
Answer:
Hope it helps u
Explanation:
Operators in C++ Expressions
Operator Meaning
Value < Value Value <= Value Value > Value Value >= Value Less than (comparison) Less than or equal (comparison) Greater than (comparison) Greater than or equal (comparison)
Value == Value Value != Value Equal (comparison) Not equal (comparison)
Value & Value Bitwise AND
Similar questions