Pointers to Objects
A pointer to any object that is not
const
or
volatile
can be converted to a pointer of type
void *
.