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 |
Why are all header files not declared in every c program?
formula to convert 2500mmh2o into m3/hr
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
How can you read a directory in a C program?
What should malloc(0) do?
writw a program to insert an element in the begning of a doubly linked list
define switch statement?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
how can write all 1to 100 prime numbers using for loop,if and break ?
how to introdu5ce my self in serco
How can a process change an environment variable in its caller?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor