233 B
233 B
Power of Void Pointers
This examples shows the power of void pointers and how you can use them to reference, Multiple pointer types using a single pointer.
build and run
gcc pointer.c -o multipointer
./multipointer