以下代码如何工作?
void main() { printf("%d", printf("earth")); }
这给出了输出:earth5.
earth5
c printf
c ×1
printf ×1