Multi-Word Strings
Explore different methods for traversing multi-word strings in C.
Input a multi-word string using scanf()
If a multi-word string is supplied to scanf(), only the first word gets stored in the array, str3.
Explore different methods for traversing multi-word strings in C.
scanf()If a multi-word string is supplied to scanf(), only the first word gets stored in the array, str3.