View Single Post
Old Nov 4th, 2005, 10:13 PM   #4
aznluvsmc
Hobbyist Programmer
 
Join Date: Aug 2005
Posts: 137
Rep Power: 4 aznluvsmc is on a distinguished road
So basically, main() has access to heap memory and functions work in stack memory space but functions access heap memory when they dynamically request memory. Is that right?
aznluvsmc is offline   Reply With Quote