Re: What does the expression "sizeof(in t)*p" mean?
jeffc wrote:[color=blue]
> "Ron Natalie" <ron@sensor.com > wrote in message
> news:3f6b57c0$0 $198$9a6e19ea@n ews.newshosting .com...[color=green]
>>
>> "jeffc" <nobody@nowhere .com> wrote in message
>> news:3f6b50aa_3 @news1.prserv.n et...
>>[color=darkred]
>>> sizeof is a function,[/color]
>>
>> sizeof is not a function. It's an operator.[/color]
>
> Same thing.[/color]
No, it is not. See the standard. See any language book. Please explain if
operator is same as function, that how the heck can a *function call
operator* exist?
--
WW aka Attila
jeffc wrote:[color=blue]
> "Ron Natalie" <ron@sensor.com > wrote in message
> news:3f6b57c0$0 $198$9a6e19ea@n ews.newshosting .com...[color=green]
>>
>> "jeffc" <nobody@nowhere .com> wrote in message
>> news:3f6b50aa_3 @news1.prserv.n et...
>>[color=darkred]
>>> sizeof is a function,[/color]
>>
>> sizeof is not a function. It's an operator.[/color]
>
> Same thing.[/color]
No, it is not. See the standard. See any language book. Please explain if
operator is same as function, that how the heck can a *function call
operator* exist?
--
WW aka Attila
Comment