Hacker News new | ask | show | jobs
by kingatomic 5202 days ago
I didn't downvote, but I do think it's a bit pedantic.

From my dogeared, beaten copy of K&R: "By definition, the value of a variable or expression of type array is the address of element zero of the array."

I don't think what the author wrote expresses that array === pointer, they simply made a statement about the underlying representation.