Question: PLEASE GIVE CORRECT C PROGRAMMING CODE. 2. Write a C program to take a string as input and i) Find the maximum occurring Special Character
PLEASE GIVE CORRECT C PROGRAMMING CODE.

2. Write a C program to take a string as input and i) Find the maximum occurring Special Character of that string and also find the number of occurrences of that Special Character. ii) Eliminate all the characters except alphabets from that given string and print the remaining string. Sample Input: h3.ell%10&.wo%r#l%d Sample Outputs: The maximum occurring Special Character is '%' It appeared 3 times Filtered String : helloworld
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
