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
How many types of operator or there in c?
How can I implement a delay, or time a users response, with sub-second resolution?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain the difference between getch() and getche() in c?
Differentiate between functions getch() and getche().
What does sizeof return c?
What are valid signatures for the Main function?
Explain pointers in c programming?
What are the different types of control structures in programming?
What is the function of this pointer?
How can you be sure that a program follows the ANSI C standard?
How do we open a binary file in Read/Write mode in C?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]