K
Keith Thompson
Christian Kandeler said:It is elusive _because_ you would never write it that way. The OP is
possibly the first person ever to have used the sizeof operator on a
function call.
I doubt it. In fact, I can imagine applying the sizeof operator to a
function call actually being useful. It gives you the size in bytes
of the function's result without calling the function (since the
operand of sizeof isn't evaluated unless it's a VLA).