program to find the second largest word in a paragraph
amongst all words that repeat more thn twice

Answer Posted / pavani

why no body is helping me in this matter

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4842


How many types of operator or there in c?

605


I heard that you have to include stdio.h before calling printf. Why?

589


What is the meaning of c in c language?

597


Hi can anyone tell what is a start up code?

1617






What is new line escape sequence?

811


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

616


Can we declare variables anywhere in c?

581


How can you read a directory in a C program?

652


What is the use of a conditional inclusion statement in C?

603


Write a program to use switch statement.

662


Write a c program to demonstrate character and string constants?

1685


Tell me when is a void pointer used?

649


Explain the difference between ++u and u++?

641


How can you be sure that a program follows the ANSI C standard?

1132