How can I input in C language
at EOF
?
I just want to know the process. I will be very thankful if someone elaborate it by example.
How can I input in C language
at EOF
?
I just want to know the process. I will be very thankful if someone elaborate it by example.
You can have EOF with CTRL+D
(for unix) or CTRL+Z
(for Windows) from command line.