数组 a+1的值
char szBlock[100+1] = { 0 } ;printf("%p\n",szBlock);printf("%p\n",szBlock+1);
輸出結果:
表明數組加1表示數組后挪動一位數
總結
- 上一篇: 文件属性常数
- 下一篇: WriteFile函数