Possible Duplicate:
What is the size of void?
Hi all ! I am using gcc for compiling my C programs, just discovered accidentally that the sizeof(void) is 1 byte in C.
Is there any explanation for this ? I always thought it to be ZERO (if it really stores nothing) !
Thanks !