CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Aliasing
When two pointers refer to the same address
Pointers need not be in the same program unit
Changes made through one pointer affect the behavior of code referencing the other pointer
When unintended, may cause unpredictability, loss of locality of reasoning