I created a library manangment system with various switch cases and loops and breaks statements, however, sometimes, it works absolutely fine, but sometimes it runs the commands and follows all the statement after that particular switch statement.
My code is as undergiven:
https://onlinegdb.com/aYdKFJSTy
I tried researching on various sites and with my collegues but no one was able to find the solution as we all are new to C and are in early learning phase.