#include <stdio.h> #include <stdlib.h> int main(void) { printf("Choisissez une opération à effectuer :"); return 0; }
Standard input is empty
prog.c:6:16: warning: missing terminating " character prog.c: In function ‘main’: prog.c:6: error: missing terminating " character prog.c:7: error: expected ‘)’ before ‘;’ token prog.c:9: warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast prog.c:9: warning: format not a string literal and no format arguments prog.c:9: error: expected ‘;’ before ‘}’ token
Standard output is empty