how to print the character with maximum occurence and print
that number of occurence too in a string given ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the difference between functions getch() and getche()?

0 Answers  


Explain a pre-processor and its advantages.

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


What is the use of printf() and scanf() functions?

0 Answers  


What is the explanation for modular programming?

0 Answers  






Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


What is call by value in c?

0 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


write a program to swap two numbers without using temporary variable?

3 Answers  


When can you use a pointer with a function?

0 Answers  


Can a function argument have default value?

0 Answers   Genpact,


What 'lex' does?

0 Answers   Tech Mahindra,


Categories