Given an input S, return the largest word in the string. If there are two or more words that are of the same length, returthe first wordfrom the string with the length
ignore punctuation. A word is consecutive occurrences of
alphabets.
Sample Test Cases
Input: fun&!! time
Output: time
Input: I am student
Output: student
The above is a sample test case for your understanding. The program will be tested on other secret test cases in
Make sure you click the SUBMIT button to save and submit your answer.
Return the largest word in the string
1 #include<stdio.h>
2
Oil
Answers
Answered by
1
Answer:
Mother mary's english high schools w74s74srusitsitstisitsitsitsitsotdo
Answered by
0
Answer:
fun&!! time
I am student
Similar questions