Write a program in C to read the file and store the lines into an ... scanf("%s",fname); fptr = fopen(fname, "r"); while(fgets(line[i], ...
確定! 回上一頁