Asked by
Arshad Naleer
on Oct 29, 2024Verified
In a one-dimensional array in C, the first element has an index of ____.
A) NULL
B) -1
C) 0
D) 1
First Element
The initial item or component in an array, list, or other data structure, often located at index 0 in zero-based indexing systems.
Index
A numerical representation used to access particular data within an array or list by specifying its position.
- Comprehend the role and behavior of one-dimensional arrays and their initialization.
Verified Answer
MH
Learning Objectives
- Comprehend the role and behavior of one-dimensional arrays and their initialization.