Question: A character array that was taken from received raw SMS format was {'+','C','M','T',' ','2','0','2','0','-','2','9','-','1','2'}. Create a program that will extract the date and store it
A character array that was taken from received raw SMS format was {'+','C','M','T',' ','2','0','2','0','-','2','9','-','1','2'}. Create a program that will extract the date and store it in a character array with the following format {'M','M','/','D','D','/','Y','Y','Y','Y'}. Use a function aside from main function that returns a value. Using "do while" loop in C Language.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
