Pointers and references: Difference between revisions

linked page to Memory Allocation, which makes sense.
(linked page to Memory Allocation, which makes sense.)
Line 1:
{{Task|Basic Data Operations}}{{basic data operation}}In this task, the goal is to demonstrate common operations on pointers and references. These examples show pointer operations on the stack, which can be dangerous and is rarely done. Pointers and references are commonly used along with [[Memory allocation]] on the [[heap]].
 
=={{header|Ada}}==
===Pointers===
Anonymous user