
IP属地:吉林
文件包含和预处理 #include #include"1.h" 宏定义 #include #define PI 3.14 宏定义关键字 if...
今天讲了链表 head=(struct stu*)malloc(strlen(stu); 在内存中申请一个空间 strlen判断他有多大 hea...
猴子摘桃问题,我用了好多for循环,一加上函数就出错,初步版本完成不知道效果,电脑不行了,运行不了文件,明天早起去教室试试,周五的简书忘了写了,...
估计明天都得问老师,薅头发都做不出来,我好像二维数组就饭吃了,我这周一定好好听讲
char ss[3][10]={"abcd","fghjk","rtyu"}; puts(ss[0]); printf("%s",ss[2]);...