Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

3 Answers   HCL, TCS,


In a header file whether functions are declared or defined?

0 Answers   TISL,


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


What is 02d in c?

0 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


What is the difference between ++a and a++?

0 Answers  


What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


write a program to sort the elements in a given array in c language

10 Answers   TCS,


Categories