Void pointer Guide, Meaning , Facts, Information and Description
C programming languageA void pointer is a pointer that points to an object of unknown type. Void pointers are commonly used in programming languages like C, and may be typecast into pointers pointing to objects of a specific data type. Void pointers are commonly used to allocate memory to blocks of data.
This is an Article on Void pointer. Page Contains Information, Facts Details or Explanation Guide About Void pointer
