If p & q are two pointer variables, then which of the following statements are true
a) p + q b) p / q
c) p + 10 d) none of these.
Answers
Answered by
2
Answer:d
Explanation: Because here p and q are two pointer variables means it stores the address of other variables hence non of the statement is true
if it represented as
*p+*q or *p/*q or *p+10 the answer would be right
Similar questions