Generic Pointer in C Programming
Generic
pointer:
void pointer
in c is known as generic pointer. Literal meaning of generic pointer is a
pointer which can point type of data.
Example:
void *ptr;
Here
ptr is generic pointer.
Technical Help Desk is a platform where you can investigate the problems related to programming languages like C, C++, C# , Java and others like Data Structures, Software Engineering, Data Base , SQL , and many more ..... By Rajveer Choudhary.