How to print options to choose from in 'C'? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ;)

14th Mar 2018, 4:31 AM
Partha Madhu
Partha Madhu - avatar
1 ответ
+ 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.
14th Mar 2018, 4:34 AM
shobhit
shobhit - avatar