Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 4 years ago

file.txt

$ 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