posted 21 years ago
In this case, "a" would be the name of the array.
I think they adopted both ways since in C/C++, you'd declare an array more like the first way, but most people think the second is easier to read.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors