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

differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


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

0 Answers   TISL,


What are the different pointer models in c?

4 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


What is #line in c?

0 Answers  


what is the function of pragma directive in c?

0 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


What is a pointer in c?

3 Answers  


What is formal argument?

0 Answers  


What are the primitive data types in c?

0 Answers  


Categories