nikhil


{ City } bangalore
< Country > india
* Profession * programmer
User No # 3699
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 1
Questions / { nikhil }
Questions Answers Category Views Company eMail




Answers / { nikhil }

Question { Satyam, 7812 }

what is meant by the "equivalence of pointers and arrays" in
C?


Answer

The meaning of equivalence is to convey that the pointers
and array syntax like ptr[i] *(array +i) can be used
interchangeably.

Is This Answer Correct ?    9 Yes 1 No