static char Identite[30] ="nom prenom" ; /* la zone allouée est initialisée partiellement */
static char ponctuation[ ] = ".? ;, :!" ; /* réserve (6+1) = 7 octets (chaîne constante */
static char message[50] = "Comment allez-vous? \n\n Très bien, merci!" ;
