Computer Science, asked by universewriter242, 16 days ago

what is pointers and structure​

Answers

Answered by aditimaji2011
1

Answer:

Pointer to structure holds the add of the entire structure. It is used to create complex data structures such as linked lists, trees, graphs and so on. The members of the structure can be accessed using a special operator called as an arrow operator ( -> ).

Similar questions