Files
voidPointers/README.md
2025-01-24 21:04:29 +02:00

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