void pointer in C/C++, you should know
In this article, we will learn what is void pointer in C and how we can use void pointer in our C code. If you are new in c programming, you should read this article “C pointer concept“. In the C language pointer is used to store the address of any variable or function but […]
void pointer in C/C++, you should know Read More »