program to find which character is occured more times in a
string and how many times it has occured? for example in
the sentence "i love india" the output should be i & 3.
Answer Posted / vignesh1988i
add k++; in line 32.... sorry for mistake.
thank you
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a rvalue?
hi any body pls give me company name interview conduct "c" language only
What is hash table in c?
how to introdu5ce my self in serco
Why we use void main in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the -> in c?
What are variables and it what way is it different from constants?
How can I find the modification date and time of a file?
What is the maximum no. of arguments that can be given in a command line in C.?
What is static memory allocation?
What does malloc () calloc () realloc () free () do?
What does c mean in standard form?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);