Question: Write a program to delete the lagest word in a string. For example: Input : ABCD PQRSTU 1234 Output : ABCD 1234
Write a program to delete the lagest word in a string.
For example:
Input : ABCD PQRSTU 1234
Output : ABCD 1234
Step by Step Solution
There are 3 Steps involved in it
include include include Function to find the largest word in the string void largestwordcha... View full answer
Get step-by-step solutions from verified subject matter experts
