Array name is?
(a) an array variable
(b) A keyword
(c) Common name shared by all elements
(d) None of these
Answers
Answered by
0
Answer:
Option (c) Common name shared by all elements is a correct answer
Explanation:
Array name:
Array name is a type of name or a type of any element name that is share by all elements of an array but its indexes are different. Array name handle as a constant pointer, it can never change during execution of a program. Array name is also used to reach its all element.
Answered by
0
Array name is an array variable
Option (a)
Explanation:
- An 'array' is a 'variable containing multiple values'. Any 'variable' may be used as 'an array'. The array name can be used to access all the elements of the array. The 'name of an array' must follow the 'naming rules of variables'.
- The array size has no maximum limit, nor is there any requirement for member variables to be indexed or assigned directly. The array initial element is indexed to 0 as they are zero-based.
To know more
Normal variable and Array Variable Difference
https://brainly.in/question/2598092
Why is an array called derived data type?
https://brainly.in/question/1729475
Similar questions