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 / rprabhakaranmca
INPUT: C212tr1is@y!is
OUTPUT:citrisus5@!
| Is This Answer Correct ? | 0 Yes | 3 No |
What are local and global variables?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What is the condition that is applied with ?: Operator?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What are the 4 types of programming language?
I want tcs placement papers of 2004-2009 , its urgent
Why array starts with index 0
What is the use of void pointer and null pointer in c language?
What is difference between union All statement and Union?
how to construct a simulator keeping the logical boolean gates in c
what is a void pointer?