I tried the below c program & I expected to get compile time error, but why compiler isn\'t giving any error?
#include int main(void) {
According to this documentation, the additional arguments must be at least as many as the format specifiers in the first argument. This seems to be undefined behaviour.