Is there a limit for the total variables size on the stack?

Posted by Jay on Stack Overflow See other posts from Stack Overflow or by Jay
Published on 2010-01-12T15:51:22Z Indexed on 2010/06/12 3:42 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

While coding should we consider some limit on the total size of variables created on the stack? If yes, on what basis should we decide it? Is it dependent on OS, Memory Availability etc? Are there any compiler options which can check this?

Any pointers in the direction will also be helpful.

© Stack Overflow or respective owner

Related posts about c

    Related posts about memory