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 does 3 periods mean in texting?
Explain can static variables be declared in a header file?
What is wrong with this declaration?
How can I run c program?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
How do you view the path?
What is union and structure?
What is the difference between array_name and &array_name?
Is linux written in c?
What is binary tree in c?
What is enumerated data type in c?
What does 3 mean in texting?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the use of a conditional inclusion statement in C?
What header files do I need in order to define the standard library functions I use?