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 Posted / rprabhakaranmca
INPUT: C212tr1is@y!is
OUTPUT:citrisus5@!
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Write the syntax and purpose of a switch statement in C.
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Using which language Test cases are added in .ptu file of RTRT unit testing???
Explain the difference between exit() and _exit() function?
Is null always equal to 0(zero)?
Why is it usually a bad idea to use gets()? Suggest a workaround.
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Which node is more powerful and can handle local information processing or graphics processing?
What is null pointer in c?
What's the right way to use errno?
Does c have function or method?
What does int main () mean?
What is the significance of an algorithm to C programming?