The *void* type of pointer is a special type of pointer. In C++, *void* represents the absence of type. Therefore, *void* pointers are pointers that point to a value that has no type (and thus also an ...