how to give the input file in Clion
How to give an input file in clion
in the c++ code
if you write
freopen("input.txt","r",stdin);
then input will be taken from input.txt file
this work on any text editior
not specific for clion
you can also read this for clion
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.