2025-01-24 21:04:29 +02:00
2025-01-24 21:04:29 +02:00

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
Description
Show the power of void Pointers
Readme 18 KiB
Languages
C 100%