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 is int main () in c?
Process by which one bit pattern in to another by bit wise operation is?
What is the mean of function?
Why is this loop always executing once?
Why we use void main in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are the 5 types of inheritance in c ++?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can you call a function, given its name as a string?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is break in c?
When should a type cast be used?
What is a nested loop?
What is variables in c?
What is strcpy() function?