Question: Write a function char[] GenerateNextDate(char[]) such that if a date of the format "23Jan201 2" is input, the next date should be produced.
Eg: Input "12-Dec-1987"
Output "13-Dec-1987"
Please remember the input and output are both strings.
Eg: Input "12-Dec-1987"
Output "13-Dec-1987"
Please remember the input and output are both strings.