basic computer MCQ #1042

An element of an array is mentioned by its:

basic computer MCQ #1042

  1. Question 1

    Q1. An element of an array is mentioned by its:

    • A) Array
    • B) Subscript
    • C) Object
    • D) Name of element

    Answer: Subscript

    Explanation: Each element in an array is identified by its subscript (index), which specifies its position within the array structure.