Memory allocation: Difference between revisions

Content deleted Content added
Added some Java...maybe someone else could add more
m Lang learning cat
Line 1:
{{task|Basic language learning}}
Show how to explicitly allocate and deallocate blocks of memory in your language. Show access to different types of memory (i.e., [[heap]], [[system stack|stack]], shared, foreign) if applicable.
 
=={{header|C}}==