KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 34. Write a program to compare two given dates. To store a date uses a structure that contains three members namely day, month, and year. Sample Input and OutputStdin Inputs:19 01 2021 19 01 2021Sample Result:Input date A (dd mm yyyy): 19 01 2021Input date B (dd mm yyyy): 19 01 2021A and B are equal. Previous Next