I found a strange conclusion when I write the following lines in a very simple way:
the code:
printf("LOL??!\n");
printf("LOL!!?\n");
Conclusion:

This happens even when compiling code in both MBCS and UNICODE.
The output depends on the sequence "?" and "!" ...
Any idea?
source
share