+ 1
How to print options to choose from in 'C'?
I want to print three options where every one of them leads to more options and/or next step in C. I'm a newbie so please go easy ;)
1 Answer
+ 2
make three function, depicting what will happen if user choose that. Now take user input & check what that input corresponds to. And call the respective function.