Q183
What does the C statement given below says? scanf("%7s",ch);
A.
read string with minimum 7 characters.
B.
read string with maximum 7 characters
AnswerC.
read string exactly to 7 characters
D.
read string with any number of characters
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board