what is the program to find out the smallest word in a sentence?

like if the sentence is : this is my room.
then out put will be : is



what is the program to find out the smallest word in a sentence? like if the sentence is : this i..

Answer / Kamini Jadon

The program to find the smallest word in a sentence can be written in any programming language. Here's an example in Python:

nn```python
sentence = 'this is my room'
words = sentence.split()
min_word = min(words, key=len)
print(min_word)
```
This program splits the sentence into a list of words and then finds the word with the smallest length.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Engineering AllOther Interview Questions

Process-centered Methodologies , data-centered methodologies , object-oriented methodologies between differences

1 Answers  


plz explain abt refrigeration r22 bitzer comprassors trouble shooting and maintenance

1 Answers  


There are three bucket...Apple,Orange and Apple+Orange....On each Bucket one of the following labels are there..'A','O','A+O'...all this labels are not correctly patched on Bucket..identify which bucket contains What? You can not see bucket..u can pick any number of fruit from any basket...???

1 Answers   Persistent,


How to Shut-down the system through QTP Script?

1 Answers  


how 2 write a program of this pattern usin for loop?? 1 2 3 4 5 6 7 8 9 10

1 Answers  


what is the different between view and materialized view in oracle DBA?

0 Answers   Wipro,


Discuss about WAP architecture in detail.

1 Answers  


what is routing protocals & routed protocals.

2 Answers   DELL, jetking,


I am having 17 months experience in development.I want to take testing as my career.I dont have experience in testing. Will get job anywhere?

1 Answers  


which is the proper pipe for salt water line

1 Answers   Robinson,


Explain what are db_options used for?

1 Answers  


PLEASE SEND ME NIC SCIENTIFIC OFFICER-2009 EXAM PATTERN AND QUESTION PAPERS

1 Answers   NIC,


Categories
  • Civil Engineering Interview Questions Civil Engineering (5086)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)