#Arrays and pointers
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
a[i] is an int. not pointer.
a "decays to" a pointer
you should see the difference between you %p output being sizeof(int)
should the memory adress of a[0] and a be the same?
how does it decay to a pointer
just means a syntax is teh same as saying &a[0]
ok thank you
@hallow jungle Has your question been resolved? If so, run !solved :)
!solved