这段代码让我很困惑。我无法理解%0里面在做什么printf!
%0
printf
代码:
#include <stdio.h> int main() { int a = 100; printf("%0 %x", a); return 0; }
输出
%x
c
c ×1