What does the C statement given below says?
scanf("%7s",ch);
scanf("%7s",ch);A. read string with minimum 7 characters.
B. read string with maximum 7 characters
C. read string exactly to 7 characters
D. read string with any number of characters
Answer: Option B

Join The Discussion