two pointers pointing to objects of same data type then they can be compared using the relational operators
Answers
Answered by
5
Answer:
Comparison between two Pointers :
...
...
Pointer comparison is Valid only if the two pointers are Pointing to same array. All Relational Operators can be used for comparing pointers of same type. All Equality and Inequality Operators can be used with all Pointer types. Pointers cannot be Divided or Multiplied.
Explanation:
...
plz mark it as brainliest
Similar questions