Bonjour a tous
Quelqu un peux m expliquer le message
console.c: In function ‘main’:
console.c:12:9: warning: character constant too long for its type
printf ('Veuillez entrer un "%d" chiffre',nombreUn);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console.c:12:9: warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast [-Wint-conversion]
In file included from console.c:1:
/usr/include/stdio.h:332:43: note: expected ‘const char * restrict’ but argument is of type ‘int’
extern int printf (const char *__restrict __format, ...);
Merci d avance.