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

How can you increase the size of a statically allocated array?

0 Answers   TISL,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


What is the translation phases used in c language?

0 Answers  


What is c token?

0 Answers  






main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


What are shell structures used for?

0 Answers  


What is the importance of c in your views?

0 Answers  


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

0 Answers  


What is s in c?

0 Answers  


Categories