1.

If x is one dimension array, then select the correct answer

Answer»

Answer: *(x + i) is same as &x[i]

num[i] is same as *(num+i)



Discussion

No Comment Found

Related InterviewSolutions