Next:
Chaînes
Up:
Mémento C - shell,
Previous:
Arithmétique
Caractères
Caractères
char c;
scanf("%c",&c);
c='a';
printf("%c\n",c);
R.Keriven (Cermics)