On Sun, Mar 22, 2009 at 4:40 AM, Aliya Awais <[email protected]> wrote: > Hi ! > i dont understand the concept void as a data type if it is datatype then how > much > space it takes in memory? please explian...
void isn't a datatype - it's used to indicate a function that has no return value. Unless you mean a void pointer, which is used as a generic pointer type - and because it's a pointer, it 'takes up space.' -- PJH http://shabbleland.myminicity.com/sec http://www.chavgangs.com/register.php?referer=9375
