Pregunta de entrevista de Cognizant

What is void pointer in C

Respuesta de la entrevista

Anónimo

14 de nov de 2024

It is a pointer which doesn't point to any specific data types, can be used to write generic functions. Used in memcpy, malloc like functions