Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
1 7430Write a program which has a function and that function should take 2 or 3 or any number of strings and it should return the largest common prefix of all those strings. If there is no common prefix it should return an empty string. for eg:- INPUT OUTPUT glo {glory,glorious,glod} gl {glad,glow} {calendar,phone} empty string
2 6093Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.
4410Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
1 6550Write a program to count 3Letter, 4Letter and 5Letter words from a file and print the number of 3Letter, 4Letter and 5Letter words. Delimiter is space, tab, hifen. Also we should not consider the line in the file after we encounter # in that line.
7855Write a program to input an integer and - display the reverse - display the sum of each digit - should include logic that considers the input number as any number of digits long
2 13626Post New Mind Tree C Sharp Code Interview Questions
What is the most used operating system?
What is an AdaGrad algorithm in machine learning?
How long does upgrade from windows 7 to 10 take?
What is the most effective way to increase traffic to your website?
Which two keys are commonly used to modify a drag procedure in excel?
How do I increase weblogic server memory?
Can I use % with real numbers?
What differentiates pediatric hematology from adult hematology, and how do you diagnose and treat blood disorders in children?
how you configure motorvision relay (L&T make)from DCS
operation of diesel generator
Explain about the obj-browse method?
How do I clear terminal command history?
What do you mean by inheritance in c++? Explain its types.
Bag in pig ?
Why in a cash book receipts are debited while the same if received in our books recepits are credited. Why does cash book have a rule to debit receipts and credit payments. For example if am paying the cash that i owe the company or firm i debit in my books(cash) on the debit side and should credit in the cash book but i cant do that cash book take receipts on the debit side as per the general . please clarify many thanx in advance