10) What is array of pointer? Write its syntax
Answers
Answered by
0
Answer:
➺Just like we can declare an array of int , float or char etc, we can also declare an array of pointers, here is the syntax to do the same.
Similar questions