Computer Science, asked by parihvaghela, 19 days ago

What are pointer ? How is void pointer used ?​

Answers

Answered by aknikhkhilil46
1

Answer:

Explanation:

A void pointer is a pointer that has no associated data type with it. A void pointer can hold address of any type and can be typcasted to any type.

Similar questions