Write a C Program to Convert Number of Days into Years, Months and Days
In this tutorial learn how you can write a c program to convert no of days into years, months and days. There are 365 days in 1 year and 30 days in 1 month. For a year we first divide days by 365 and for a month first, we take the remainder of years then divide the remainder […]
Write a C Program to Convert Number of Days into Years, Months and Days Read More ยป