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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!