Hi, you can assign other pointer types(including void pointer) to a void pointer without an explicit cast(converse is not true though).
If not directly, a void pointer can be dereferenced indirectly...