Question
Easy

........... of an element shows its position in an array.

1
Name
2
Index
3
Value
4
Data type
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation

The correct option is (2): The correct answer is Index. An array is a fundamental data structure consisting of a collection of elements, all of the same data type, stored contiguously in memory. To uniquely identify and locate any specific element within this sequential storage, a special designator called the index or subscript is used. The index is an integer value that indicates the element's ordinal position, typically starting from…Read More

Of an element - HTET Level 3 | Clear Cutoff