25-Write a C program to display the name of week by number entered through the keyboard.
Program: 25
Write a C program to display the name of week by number entered through the keyboard.
Output:
Enter any week's value from 1 to 7: 3 Tuesday is the third day of the week.