332) Which of the following operators can be applied to pointer variable(s)
Answer is:
Casting
Related C Programming MCQ with Answers
Answer is:
both {* (x + i ) is same as * (&x [i] )} & {* (x + i) is same as x[i]}
Answer is:
All of these
Answer is: