View Single Post

  #1 (permalink)  
Old 06-02-2005, 01:59 PM
Guest
 
Posts: n/a
Default What is heap and how it is a related with gcc?

Whenever I read the man page of gcc or other help/books I found the term heap, buffer, stack etc all of these terms are same or different or they are just referring the memory we allocate using malloc or calloc? Looking for simple clarification
Reply With Quote