int c=5 printf(%d \n,c+=c++,c+8,++c); 为什么结果是13

日期:2022-04-05 17:23:57 人气:1

int c=5 printf(%d \n,c+=c++,c+8,++c); 为什么结果是13

下面提供一个实例,由于时间关系,做的不是很完善,比如输入路径的处理,查找文件属性的处理,DOS下8.3文件规则限制等等。 但是基本思路没有问题,可以给LZ借鉴。 #include "stdio.h" #include "dos.h" #include "conio.h" main() { char str1[100];/*保存路径*
    A+
热门评论