天天看點

關于printf函數的傳回值問題

#include <stdio.h>
#include <stdlib.h>
int main()
{
	printf("%d", printf("%d", printf("%d", 43)));
	system("pause");
	return 0;
}      

繼續閱讀