Computer Science, asked by balajilic1431, 2 months ago

_____ represents „Not equal to‟ in C

Answers

Answered by imtiyazallam
0

!= represents not equal to in C

Answered by sanjeevpatel20078
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