the equality telling operator in c is _____
Answers
Answered by
0
Answer:
The equality operators follow the same rules as the relational operators, but permit additional possibilities: a pointer can be compared to a constant integral expression with value 0, or to a pointer to void . If two pointers are both null pointers, they compare as equal.
Similar questions