Cognizant interview question

What is void pointer in C

Interview Answer

Anonymous

14 Nov 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