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 7527Write 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 6216Write 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.
4462Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
1 6693Write 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.
7905Write 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 13747Post New Mind Tree C Sharp Code Interview Questions
Is hibernate lazy load by default?
What is the difference between user control and custom control?
What do you mean by web applications? Explain web application directory arrangement?
What are custom taxonomies?
Explain Variable and Method Access Modifiers in salesforce?
which best describes the optimize ad rotation setting in adwords?
what are the benefits of ods?
Explain the different dimensions.
Which is first operating system?
write encoder 17 pins details? pin a;b+, pin b;w+,..pin s & t. what is the meaning of b+, w+? explain;
Explain ATM reference model.
hi can u send me all d technical qus pepar of DRDO?my email id is palmzk@gmail.com
What is the pressure in co2 cartridge in a DCP 5 kg extinguisher.
Tell me what are cursors and when they are useful?
Can an application be started on power up in Android?