

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following operation is possible using a pointer char? (Assuming the declaration is char *ch;) |
A. | Generation of the multidimensional array |
B. | Changing address to point at another location |
C. | Input via %s |
D. | All of above |
E. | None of these |
Answer» C. Input via %s | |