Question: Write a C program that takes a string as input where the maximum possible length of the string can be 50. Assume that the string

Write a C program that takes a string as input where the maximum possible length of the string can be 50. Assume that the string would always consist of some digit characters (*O' to '9') along with some alphabet characters (*a' to 'z' and 'A' to 'Z'). Now, your task is to create two separate strings namely digitString and alphaString which will store the digits and the alphabets respectively. Finally, print the two strings as output Sample Input Corresponding Output H5ap5p98yCo2ding Digit String is 559826 Alpha String is HappyCoding CSEEEE Digit String is Alpha String is CSEEEE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
