Computer Science, asked by kadamsidharth8, 7 months ago

Q5
What should be the data elements in a pointer array?

a. Integer
b. Float
c. String
d. Memory Addresses

Answers

Answered by Anonymous
0

Answer:

Elements of an array are accessed by specifying the index ( offset ) of the desired element within square [ ] brackets after the array name. Array subscripts must be of integer type. ( int, long int, char, etc. ) VERY IMPORTANT: Array indices start at zero in C, and go to one less than the size of the array.

Explanation:

Please mark me as brainliest

Answered by sumansharma9402
3

Answer:

a is the correct

Explanation:

please mark me as brainlist and follow me

Similar questions