relational operators used in pointers are ................
Answers
Answered by
0
Answer:
Pointer Comparison
You can use relational operators ( < , <= , > , >= , == , != ) with pointers. The == and != ... Two pointers are equal when they both are null, or contains the address of the same variable.
Mark me as brainlist pls pls pls pls pls.....
Answered by
0
Answer:
pointer comparison
you can use relational operators (<=, < , > , != ,== )
two pointers are equal when they both are null or contains the address of the same variable
Similar questions