When working with arrays and pointers in C, one quickly discovers that they are by no means equivalent although it might seem so at a first glance. I know about the differen
It means
declare a as pointer to array 3 of int
See cdecl for future reference.