Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Can I replace stdin with a piped file

0 votes
asked Oct 31, 2019 by MarioLattanzio (120 points)
So if I was running a program that asked the user to input 50 different values and I wanted to pipe that in using a file to replace stdin, is there a way to do that on this site?  I'm using C and want to read values from a file using scanf (not fscanf) instead of entering the values in manually by piping a file in on execution.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...