Societe Generale Written Test Qs.(C Programming) :: Pointers - Discussion
Home > Freshers Archives > Societe Generale Placement Questions & Answers > MCQs Questions Discussion
200 / 224
Choose the correct option.
p and q are pointers to the same type of data items.
Which of these are valid?
(i) *(p+q)
(ii) *(p-q)
(iii) *p - *q
Aall correct
Bonly (iii)
Conly (ii) & (iii)
DNone of the above
Answer: Option (Login/Signup)
Show Explanation