intendo questo:
codice:
typedef struct recRubrica    {
     char Cognome[10][10];
     char Nome[10][10];
     int Numero
    }t_Rubrica;