McqMate
| Q. |
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 |
| C. | read string exactly to 7 characters |
| D. | read string with any number of characters |
| Answer» B. read string with maximum 7 characters | |
View all MCQs in
C LanguageNo comments yet