How to Convert Given Days to Years,Weeks and Days in C Programming | C Programming Examples - 14
We will first take number of days as input from user using scanf function then convert to Days, Weeks, Months and Years using following conversion equations.
- 1 Year = 365 Days
- 1 Month = 30 Days
- 1 Week = 7 Days
This is a very simple program for beginners to understand how if-else condition works and how to check leap year in c programming language.
This is a very simple program for beginners to understand how if-else condition works and how to check leap year in c programming language.
0 Response to How to Convert Given Days to Years,Weeks and Days in C Programming | C Programming Examples - 14
Post a Comment