Computer Science, asked by sursabhai, 8 months ago

write a C program to accept a date dd/mm/yy and check for the validity of the date?​

Answers

Answered by Rahulsingh24597
0

Answer:

google it

Explanation:

you will find the whole program with accuracy on tutorialspoint i guess

Answered by mpssankar
2

Answer:

First Run: Enter date (DD/MM/YYYY format): 17/03/1998 Date is valid. Second Run: Enter date (DD/MM/YYYY format): 29/02/2013 Day is invalid.

Similar questions