0
I want to make a c programme that allows to get a list of items entered, pls any one can help ???
like excel i want to make list using c programme that's allows to enter data and it's make an organized list of my preferences. I really need it as early as possible. if any one can help me pls.
1 Resposta
+ 1
Setting up a while loop that runs for your value!=EOF should allow you to continue to enter values until entering eof to stop.