what is the meaning of EOF…?
Running stream of numbers
@ynikhil1999 hey nikhil eof means End of file.
we make a text file of input this passed to the our program the program will extract all the inputs contain in the text file until it the input text file strikes it last elements.
and here we take a input text file of inputs.
you can use windows as well
compile your program with this
g++ or gcc program.cpp
and save a text file of inputs
and run like this
a.exe < input.txt
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.