= operator is used to compare two values in c++
Answers
Answered by
1
False, == operator is used to compare two values in c++.
Answered by
2
The != is a binary operator (like all logical operator except the logical not, which is a unary operator) that is used to compare two values. The values can come from two variables as in Variable1 !=
this is the answer please make me brainlest
Similar questions