Void pointer

   


This article should be merged with C programming language

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.

Retrieved from "http://www.mywiseowl.com/articles/Void_pointer"

This page has been accessed 85 times. This page was last modified 23:38, 20 Jul 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).