--- In [email protected], "una_020" <[EMAIL PROTECTED]> wrote:
>
> 1.how to find size of structure without using sizeof operator?

Make an array of structures and find the difference in addresses of 2
consecutive array elements. But as David said, you would use sizeof in
a real program.

Reply via email to