Variable Length Array

Posted by corinaf on Stack Overflow See other posts from Stack Overflow or by corinaf
Published on 2010-05-03T15:52:32Z Indexed on 2010/05/03 15:58 UTC
Read the original article Hit count: 106

Filed under:
|

Hello,

I would like to know how a variable length array is managed (what extra variables or data structures are kept on the stack in order to have variable length arrays).

Thanks a lot.

© Stack Overflow or respective owner

Related posts about c

    Related posts about c99