Void pointer
In C, void* is a generic pointer type that can be used to store the address of any type of object. It is a special pointer type that does not have an associated type. The void* pointer can be used to provide flexibility and enable generic programming...
snowcodes.hashnode.dev2 min read