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.



Given a string write a program to print all alphabetical characters in the order of their occurance..

Answer / rprabhakaranmca

INPUT: C212tr1is@y!is
OUTPUT:citrisus5@!

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Interview Questions

write a program to print calender using for loop.

1 Answers   HCL, TCS,


Explain data types & how many data types supported by c?

0 Answers  


Explain union.

0 Answers  


Is c# a good language?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  






What are the advantages of using Unions?

0 Answers   IBS,


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


What is volatile c?

0 Answers  


What is calloc() function?

0 Answers  


Categories