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.

6
  • That's what I said! No wait, that's not what I said, I only made it look like I said it. Sorry. Commented Apr 20, 2012 at 13:43
  • 1
    The difference between being pedantic and not being pedantic (which is the same as the difference between the result of a decaying, and &a) is the type. The array has the same address as its first element, but the type of &a is int(*)[4], whereas the type of &a[0] is int * Commented Apr 20, 2012 at 13:55
  • Then what is the type of whatever is pushed onto the stack if you specify a? Commented Apr 20, 2012 at 14:19
  • 1
    @MrLister Your stack is typed? Commented Apr 20, 2012 at 14:37
  • Still thinking of a retort, stand by. Commented Apr 20, 2012 at 15:43