Question: SA Question 17 1 Given the declaration char name[32]; Which of the following statements will correctly read a string into the array variable? Oscanf(%s, name):
SA Question 17 1 Given the declaration char name[32]; Which of the following statements will correctly read a string into the array variable? Oscanf("%s", name): scanf("%s", "name): scanf("%s", &name); scanf("%s". name[32]);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
