Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Arrays are not pointers, const or otherwise. In many contexts, the type of an array identifier will implicitly be converted from "N-element array of T" to "pointer to T", but this does not make an array a pointer. Commented Aug 27, 2009 at 0:59
  • agreed.. mistake admitted.. thanks for the clarification John. Commented Aug 27, 2009 at 15:28
  • @JohnBode I also have misconception of thinking array as a const pointer.can you cite few more resource to clear my misconception Commented Nov 17, 2014 at 21:44