In Array s[10], s indicates___________
a)Array name
b)Array address
c)Array number
d)Array formula
Answers
Answered by
1
Answer:
datatype array_name [ array_size ] ;
For example, take an array of integers 'n'.
int n[6];
n[ ] is used to denote an array 'n'. It means that 'n' is an array.
So, int n[6] means that 'n' is an array of 6 integers. Here, 6 is the size of the array i.e. there are 6 elements in the array 'n'.
Answered by
1
Answer:
array number is the correct option
Similar questions
Biology,
23 days ago
Math,
23 days ago
Environmental Sciences,
1 month ago
Math,
1 month ago
Social Sciences,
8 months ago
History,
8 months ago
Biology,
8 months ago