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
Explain data types & how many data types supported by c?
hi send me sample aptitude papers of cts?
What are the different file extensions involved when programming in C?
What are loops in c?
How can I determine whether a machines byte order is big-endian or little-endian?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why doesnt the call scanf work?
Where static variables are stored in memory in c?
What does != Mean in c?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
How can you tell whether a program was compiled using c versus c++?
What would be an example of a structure analogous to structure c?
What are the advantages and disadvantages of a heap?
When should structures be passed by values or by references?
What are the advantages of c preprocessor?