Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5
It is a type of pointer that points to some memory location, regardless of type, or you could say it can point to any type. You can then reinterpret the data pointed to by a void pointer by casting it to a pointer of an appropriate type. You *cannot* dereference or perform pointer arithmetic on void pointers.
9th Oct 2019, 6:08 AM
jtrh
jtrh - avatar