Write a program to print distinct words in an input
along with their count in input in decreasing order of
their count


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

Post New Answer

More C Interview Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


What is openmp in c?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What is the difference between union and structure in c?

0 Answers  


what is difference between c and c++

4 Answers  


what is recursion in C

0 Answers   Cap Gemini,


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


What is fflush() function?

0 Answers  


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


What does static variable mean in c?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Categories