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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!