<br clear="all"><br>Each process is having a stack . <br><br>In C ,for <i>local variables</i> allocation  this stack  is used (for some extra usage also).<br><br>what about <i>static and global </i>data allocation ?<br><br>
where this data  will be allocated ?.<br><br><br>what  about dynamic memory allocation ?<br>