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...

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


Please Help Members By Posting Answers For Below Questions

How many types of operator or there in c?

1138


How can I implement a delay, or time a users response, with sub-second resolution?

1120


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2698


Explain the difference between getch() and getche() in c?

1053


Differentiate between functions getch() and getche().

1110


What does sizeof return c?

1130


What are valid signatures for the Main function?

1294


Explain pointers in c programming?

1161


What are the different types of control structures in programming?

1181


What is the function of this pointer?

1459


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

1659


How do we open a binary file in Read/Write mode in C?

1278


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

1885


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1155


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

1133