答案为什么是3?
#include <stdio.h>#include <string.h>
main()
{printf("%d\n",strlen("s\n\016\0end"));
system("PAUSE");
return 0;
}
答案是3,这3是指哪三个?
2011-07-06 22:15
2011-07-06 22:27
2011-07-07 15:25
2011-08-20 09:45
2011-08-20 10:22
2011-08-20 10:31
2011-08-20 17:39