用C语言将txt文件读入后,如何存入不同的数组,并输出在屏幕上

日期:2021-11-03 09:24:51 人气:1

用C语言将txt文件读入后,如何存入不同的数组,并输出在屏幕上

#include<stdio.h>
#include <stdlib.h>
#include<process.h>
#include<Windows.h>
#define N 101
#define M 2
int main()
{   /*变量定义*/
 int i;
 int num;
 doubl

    A+
热门评论