program to find the second largest word in a paragraph
amongst all words that repeat more thn twice
Answer Posted / sai
lets write a paragraph in an array of strings a[i]
compare that array string
and if exists more than twice in that paragraph strcpy it
with other string b and the next one with string c
if strlen of b<c print b, else c
i got an idea but cant write code
if anyone tries n suceeds/finds fault mail me!
Email ID: smaransaisree@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is it acceptable to declare/define a variable in a c header?
Where register variables are stored in c?
Can you please explain the difference between exit() and _exit() function?
I have a varargs function which accepts a float parameter?
What is a const pointer in c?
Why is c called c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
can any one provide me the notes of data structure for ignou cs-62 paper
What is the meaning of && in c?
How can I remove the trailing spaces from a string?
What is huge pointer in c?
What are structure types in C?
Explain main function in c?
What is declaration and definition in c?
What is c++ used for today?