tags:

views:

143

answers:

2
+8  A: 

It declares a as a pointer to an array of 10 ints.

sepp2k
http://cdecl.ridiculousfish.com/Someone posted this in a different thread, it is a marvelous tool :)
DRL
+1  A: 

Please check following post: http://stackoverflow.com/questions/2250397/interpretation-of-int-a3

HotHead