sizeof is an OPERATOR:
Here is the heading from a well known tutorial on C++:
"SIZE OF - AN OPERATOR BY ITSELF . . . sizeof is an operator, not a function. If you apply it to a type, it must be used with the parenthesized form, but if you apply it to a variable you can use it without parentheses . . ."
|