What is generic pointer in C?

What is generic pointer in C?


In C void* acts as a generic pointer. When other pointer types are assigned to generic pointer, conversions are applied automatically (implicit conversion). 

Comments

Popular posts from this blog

Agile Method Advantages and Disadvantages