#include<stdio.h>
int main()
{
printf("c:\test\add\72_12\test.c");
return 0;
}
結果: c: estdd:_12 est.c Press any key to continue 程序2
#include<stdio.h>
int main()
{
printf("%d\n",strlen("c:\test\add\72_12\test.c"));
//\t是水平制表符,\a是警告字符,蜂鳴;都只占一個字節
return 0;
}
結果: 19