Q5
What should be the data elements in a pointer array?
a. Integer
b. Float
c. String
d. Memory Addresses
Answers
Answered by
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
3
Answer:
a is the correct
Explanation:
please mark me as brainlist and follow me
Similar questions