« Programmation C/Types avancés » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 35 :
char ch;
int nb;
float pi; // EDITED > was written as ' double pi; '
// what I guess is uncorrect according to the two examples right below (..)
};
t_mastruct variable;