Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started