Pointers and references: Difference between revisions

Content added Content deleted
(linked page to Memory Allocation, which makes sense.)
Line 1: Line 1:
{{Task|Basic Data Operations}}{{basic data operation}}In this task, the goal is to demonstrate common operations on pointers and references.
{{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}}==
=={{header|Ada}}==
===Pointers===
===Pointers===