typedef struct elemento {typedef struct elemento {
<tipo> <nomeVar>;
<tipo> <nomeVar>;
<tipo> <nomeVar>;
} tipoStructElemento

....

tipo StructElemento array[10];

ascolta,vedo che ne sai più di me che sto agli inizi...ti volevo chiedere un'informazione...se scrivo:
codice:
typedef struct elemento {typedef struct elemento {
     <tipo> <nomeVar>[grandezza];
     <tipo> <nomeVar>[grandezza];
     <tipo> <nomeVar>[grandezza];
} tipoStructElemento

....
non è comunque un array??t ripeto sto all'inizio...grazie