爱吃红豆沙的公子的博客c语言 这个编程有什么问题? 怎么不能运行void CreateList(struct stu *head){struct stu=NULL;struct stu *temp=head;int i=1;printf('请输入5位学生的成绩;');while(i<=5){struct stu *newNode=(struct stu*)...
人事星球的博客c语言scanf 和 读取回车我想用scanf读文件( programscanf()能把回车键读进去吗?数组能赋予回车值吗?//可以读入回车符,也可以给数组赋值 //具体看下例 #include int main() { int a=0;//赋初值 int b[2]; scanf(...