EX: Write a C program to print message only if id and password is correct. How to write a id and password validation program in C. C program for login using id and password.
In this program we will use Nested switch statement in C. In simple words Nested switch statement means switch statement defined inside the another switch statement.