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 |
write a program structure to find average of given number
What are 3 types of structures?
can v write main() { main(); } Is it true?
What is a char in c?
What is a void * in c?
The difference between printf and fprintf is ?
How can I sort a linked list?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
How variables are declared in c?
Write a program in c using only loops to print * * * * * *******
What is modeling?