In the table of escape sequences, I can notice that escaping a question mark is required, and done with \?
.
Why is this required? looks like the following code runs without errors or warnings:
printf("a?B\n");
In the table of escape sequences, I can notice that escaping a question mark is required, and done with \?
.
Why is this required? looks like the following code runs without errors or warnings:
printf("a?B\n");