Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
Answer / rprabhakaranmca
INPUT: C212tr1is@y!is
OUTPUT:citrisus5@!
| Is This Answer Correct ? | 0 Yes | 3 No |
array of pointer pointer to array pointer to pointer
Explain what is the heap?
What is the heap in c?
Which of these functions is safer to use : fgets(), gets()? Why?
How to draw the flowchart for structure programs?
How to get string length of given string in c?
Read two numbers from keyboard and find maximum of them?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
Why doesnt this code work?
What is a const pointer?
question-how to run a c programme.
Write a program for finding factorial of a number.