Computer Science, asked by Shreyaeshwari7809, 10 months ago

What are pointers? What are different types of pointers?

Answers

Answered by spidiegupta
2

Answer:There are various types of pointers such as a null pointer, wild pointer, void pointer and other types of pointers. Pointers can be used with array and string to access elements more efficiently. We can create function pointers to invoke a function dynamically.

Similar questions