Computer Science, asked by delnabenny2, 5 months ago

relational operators used in pointers are ................​

Answers

Answered by vithesh3399
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 4514prathikshapraba
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