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
What's the right way to use errno?
What is assignment operator?
What is the difference between constant pointer and constant variable?
What math functions are available for integers? For floating point?
How many types of errors are there in c language? Explain
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the default value of local and global variables in c?
What is the difference between text and binary modes?
What are the types of data types and explain?
Explain what is page thrashing?
When should you use a type cast?
What are the types of type specifiers?
What are void pointers in c?
How to create struct variables?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.