CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Pointer Design Issues
What is the scope and lifetime of pointer variables?
What is the lifetime of heap-dynamic variables?
Are pointers restricted to pointing at a particular type?
Are pointers used for dynamic storage management, indirect addressing, or both?
Should a language support pointer types, reference types, or both?