_____ represents „Not equal to‟ in C
Answers
Answered by
0
!= represents not equal to in C
Answered by
1
Explanation:
! is not equal to C
Not equal to operator: Represented as '! =', the not equal to operator checks whether the two given operands are equal or not. If not, it returns true. Otherwise it returns false.
Similar questions