Question: Question 21 (5 points) Given the string: char myString[256]; which of the following is a correct way to read an entire string that contains no
![Question 21 (5 points) Given the string: char myString[256]; which of](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f463e8ddbf0_39266f463e891f91.jpg)
Question 21 (5 points) Given the string: char myString[256]; which of the following is a correct way to read an entire string that contains no whitespace? scanf("%s",myString); scanf("%c",myString); O scanf("%s",&myString[0]); scanf("%c",&myString)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
