Question: 19- question Choose the correct statement for the missing part in the given piece of C code; char str[10); printf(Please enter your name? ); a)

19- question Choose the correct statement for the missing part in the given piece of C code; char str[10); printf("Please enter your name? "); a) scanf("%s", str); b) scanf("%s",&str); c) scanf("%c", str); d) scanf("%c", &str); a) correct answer: a b) correct answer: b C) correct answer: 0 d) correct answer:d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
