Kizspy | Question: 38
(Choose 1 answer)
In the context of arrays in the C language, what does traversal refer to?
A. The process of accessing elements in an array sequentially.
B. The process of searching for a specific element in an array.
C. The process of resizing the array during runtime.
D. The process of inserting elements into an array.