摘要: 实验1.2 有,原因是越界。 实验4 1 #include<stdio.h> 2 int main() 3 { 4 char ch; 5 int count = 0; 6 FILE* fp; 7 fp = fopen("\\data4.txt", "r"); 8 if (fp == NULL) 9 阅读全文
posted @ 2023-12-21 23:32 铭懿 阅读(44) 评论(0) 推荐(0)