MCQOPTIONS
Saved Bookmarks
| 1. |
What notation should we use for denoting the breadth of an array?a) sizeof(a[0])b) sizeof( |
| A. | sizeof(a[0]) |
| B. | sizeof(a) |
| C. | sizeof(a[]) |
| D. | sizeof(a.0) |
| Answer» B. sizeof(a) | |