0
C code
Write a program to find the difference between the given years inputs should be in the format dd/mm/yyyy. represent the result in the following format dd/mm/yyyy Whoever understands the question..Just explain me..
2 ответов
+ 8
Exactly what you need
https://code.sololearn.com/cVY2Ofhui552/?ref=app
Read the note section before using it.
+ 1
I think that you have to output the absolute difference at example:
10/08/2012
18/01/2019
output: 08/07/0007
but i m not sure 😕