Question: Write a C function longWord() that takes a string as parameter, finds and returns the address of the longest word in the string. A word
Write a C function longWord() that takes a string as parameter, finds and returns the address of the longest word in the string. A word is a group of consecutive alphanumeric characters; words are separated by non-alphanumeric characters.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
