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
Why is it usually a bad idea to use gets()? Suggest a workaround.
Difference between pass by reference and pass by value?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
can we change the default calling convention in c if yes than how.........?
What are extern variables in c?
What does the && operator do in a program code?
What is a program flowchart?
What is pragma c?
What is merge sort in c?
What does the error message "DGROUP exceeds 64K" mean?
Why do we use null pointer?
What do you mean by a sequential access file?
Write a program to check prime number in c programming?
Difference between malloc() and calloc() function?
Explain how do you generate random numbers in c?