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 |
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What should malloc(0) do?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Compare interpreters and compilers.
How can I insert or delete a line (or record) in the middle of a file?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between a structure and a union?
What does it mean when a pointer is used in an if statement?
What are the rules for the identifier?
whitch value return void main?