I need to take input from a file and store some values. Then I want to receive some queries from the user. So if I use freopen() to read from a file, then how c
freopen()