We cannot compare pointer using relational operator
Answers
Answered by
0
In C language pointers can be compared if the two pointers are pointing to the same array. All relational operators can be used for pointer comparison, but a pointer cannot Multiplied or Divided.
Similar questions