Afficher un message
Vieux 07/05/2008, 16h12   #1
nembo kid
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut First address of a bidimensional array

I have the following bidimensional array

int a [100][100];

Why the first address of this array is only:

& (mat[0][0])

and not also:

mat

like any other array?

Thanks in advance
  Réponse avec citation
 
Page generated in 0,05413 seconds with 9 queries