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
.
Get hands-on with 1200+ tech skills courses.