Cognizant interview question

What is void pointer in C

Interview Answer

Anonymous

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