what does sizeof (function name) return?

Posted by Pointer on Stack Overflow See other posts from Stack Overflow or by Pointer
Published on 2010-04-19T09:51:05Z Indexed on 2010/04/19 9:53 UTC
Read the original article Hit count: 103

Filed under:

sample code:

main () { printf ("size = %d\n", sizeof (main)); }

© Stack Overflow or respective owner

Related posts about c