331) Which is not true about a pointer variable?
Answer is:
passed to a function as argument and changed within a function
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: