If a five-digit number is input through the keyboard, write a C program to print a new number by adding one to each of its digits. For example if the number that is input is 12391 then the output should be displayed as 23402
Write a C program to find out how many days and how many weeks have passed between the dates 01/01/92 to 31/05/92. Also find out how many days could not get evened out into weeks.