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 we use break in c?
What are the types of assignment statements?
What is double pointer?
Differentiate between Macro and ordinary definition.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What does d mean?
What is difference between structure and union?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How do you define structure?
Explain zero based addressing.
What is a void pointer? When is a void pointer used?
Is boolean a datatype in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why flag is used in c?
Why do we use static in c?