MCQOPTIONS
Saved Bookmarks
| 1. |
See the following C declarationstruct v{ int n;float a;}struct v * x[10];Define x as |
| A. | An array which has the same name as a program name |
| B. | A structure with 10 elments in it |
| C. | An array, where each element is a pointer to a structure of type node |
| D. | A structure of 3 fields and an array of 10 elements |
| Answer» D. A structure of 3 fields and an array of 10 elements | |