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.

How do I send the EOF tag (Ctrl-D on my other command line) in OnlineGDB?

+1 vote
asked Sep 25, 2017 by anonymous
Title should say it  all. My program is looking for feof(stdin) and I can't find how to do it with the integrated command line.

1 Answer

+2 votes
answered Sep 26, 2017 by raj
You can press "Ctrl+D" on console screen. It should work fine.
commented Nov 16, 2018 by OSHGroup (210 points)
edited Nov 16, 2018 by OSHGroup
Thanks!  That did it for me, "Ctrl+d" worked.
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.
...