Language
C
Compiler
gcc 10.1.0
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11
Read the file and store the lines into an array :
------------------------------------------------------
Input the filename to be opened :
The content of the file file.txt are :
hogehoge
aaa
rwerae war wea ar
ewrwaw
wecrwev
rcewrwerwec
Exit Code:
0