0
What are some uses for void pointers? And can we have an array of void pointers?
What exactly is the use of void pointers? And something else: Can we have an array of void pointers? I mean can we have an array that doesnt have a type? (like in python and lists)
1 Answer