MCQOPTIONS
Saved Bookmarks
| 1. |
Comment on the following C statement.int (*num)[12]; |
| A. | A pointer num to an array |
| B. | A ragged array |
| C. | An array num of pointers |
| D. | All of above |
| E. | None of these |
| Answer» B. A ragged array | |