

MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C knowledge and support exam preparation. Choose a topic below to get started.
1. |
The syntax of the scanf() is scanf( control string , arg1,arg2,arg3, .,argn); the prototype of control string is ____________ |
A. | [=%[width][modifiers]type=] |
B. | [=%[modifiers][width]type=] |
C. | [=%[width] [modifiers]] |
D. | [width][modifiers] |
Answer» B. [=%[modifiers][width]type=] | |