Computer Science, asked by adityaraj1447, 10 months ago

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 208w1a0532
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