#problem-solving-skills
Read more stories on Hashnode
Articles with this tag
Structures #include <stdio.h> struct Date{ int day, month, year; }; int main(){ struct Date Date1, Date2; printf("pleas enter 1st person day...