Pergunta de entrevista da empresa Cognizant

What is void pointer in C

Resposta da entrevista

Sigiloso

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