Program to print name of a day using switch case statement.

Explanation:
Here number is inputted in variable 'day' and when it is equivalent with day in week and matches the preceeding case, it will print whatever in the block given.


 

Comments

Popular posts from this blog

Header Files in C

Programming Concepts