Science Fair Project Encyclopedia
Void pointer
A 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.
11-30-2008 18:11:33
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


