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 is C++
Why do we use & in c?
What are multibyte characters?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
why wipro wase
What are the types of assignment statements?
change to postfix a/(b+c*d-e)
Why do we use null pointer?
Explain what is a program flowchart and explain how does it help in writing a program?
What are inbuilt functions in c?
What do you mean by recursion in c?