printf insufficient arguments

It is undefined for the whole program.

In fact it is undefined before even the program exists: it is undefined what the compiler itself does in presence of the text printf("%s blah blah %d", int);

Leave a Comment