On 5/3/07, SUMAN <[EMAIL PROTECTED]> wrote:
> why is sizeof() is called as an operator even though it lloks like an
> function taking an argument.?
It's builtin to the language, rather than something called from a
library (sizeof is a 'keyword' and you can't create a function with
the same name). Note also that the parentheses aren't necessary.
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi