Computer Science, asked by chiru5706, 11 months ago

Explain the array of pointers with example.

Answers

Answered by rgupta06
2
Array of Pointers in C. ... Here arrop is an array of 5 integer pointers. It means that this array can hold the address of 5 integer variables, or in other words, you can assign 5 pointer variables of type pointer to int to the elements of this array.

rgupta06: do you know my YouTube channel - technical grace
Similar questions