InterviewSolution
Saved Bookmarks
| 1. |
Write a program to input the month number and display the number of days in the month. |
|
Answer» answer_Write a C program to enter MONTH NUMBER between(1-12) and print number of days in month using if ELSE. How to print number of days in a given month using if else in C programming. LOGIC to find number of days in a month in C program.ExampleInputEnter month number: 1OutputIt contains 31 days. |
|