Let Us C Solution Chapter 15 Strings | Exercise D b | scanf and multi word string
Duration: 5:2 Min | Sep 10, 2023
Attempt the following:
If the string "Alice in wonder land" is fed to the following scanf() statement, what will be the contents of the arrays str1, str2, str3 and str4?
canf("%s%s%s%s", str1, str2, str3, str4);