

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