标签: c printf format-string
在table of escape sequences中,我注意到需要转义问号,并使用\?完成。
\?
为什么需要这个?看起来像下面的代码运行没有错误或警告:
printf("a?B\n");