Timeline for In C. the name of an array is an pointer to it's first element, isn't it?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 22, 2012 at 13:49 | history | edited | WhozCraig | CC BY-SA 3.0 | added 173 characters in body |
| Oct 22, 2012 at 6:36 | comment | added | Massimiliano | @yozloy Just to give a pointer in case you want to read it, you can find the precise definition of arrays and pointers in section 6.2.5.20 of the C standard. Section 6.3.2.1.3 explains why confusion may arise between pointers and arrays. | |
| Oct 22, 2012 at 6:10 | comment | added | mko | Thanks WhozCraig, Great explanation, great example, and totally make sense to me | |
| Oct 22, 2012 at 6:09 | vote | accept | mko | ||
| Oct 22, 2012 at 5:49 | history | answered | WhozCraig | CC BY-SA 3.0 |