Originally posted by ygfperson
is sizeof a function or an operator? either way it seems to take in weird input, something that no other function can do.
From the good book (K&R that is)
The sizeof operator yields the number of bytes required to store an object of the type of its operand......