[prog] Re: doubts in C

Guru - haunter03 at hotmail.com
Fri Aug 29 17:14:00 EST 2003


>Can somebody explain to me what is the difference between (if any)
>int (*a)[10]  and
>int *a[10]

What exactly are you trying to do in C?
The second one says have an array of type integer pointer with 10 elements.
The first says the same thing...? I think the brackets will be evaluated 
first and they won't actually do anything because of precedence right?

_________________________________________________________________
ninemsn Extra Storage is now available. Get five times more storage - 10MB 
in your Hotmail account. Click here  http://join.msn.com/



More information about the Programming mailing list