What is the major reason for using void*?
When should we use void* for both input arguments and return value?
How can we cast the void* pointer to the type we need?
Thanx
When should we use void* for both input arguments and return value?
How can we cast the void* pointer to the type we need?
Thanx
Comment