Question: Use C++ please Input a sentence from the user. Use full stop, space and comma as word separators. Each word should be stored in a

Use C++ please
Input a sentence from the user. Use full stop, space and comma as word separators. Each word should be stored in a 2D array whose columns vary in size and each row stores one word as a NULL terminated string. For example, if the user inputs: Hello how are you? It should be stored as: He 11 o NULL h NULL NULL y ? NULL 0 w a r e u 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
