04/04/2023 8:33 am
Topic starter
Notifications
Clear all
What is a dangling pointer ?
Students’s Forum
2
Posts
3
Users
1
Likes
291
Views
0
🤔 is it hanging or swinging ?
Â
Answer
Add a comment
Add a comment
2 Answers
1
04/04/2023 9:41 am
A pointer pointing to a memory location that has been deleted (or freed) is called dangling pointer.
Add a comment
Add a comment
0
04/04/2023 5:13 pm
Dangling pointers and wild pointers in computer programming are pointers that do not point to a valid object of the appropriate type. These are special cases of memory safety violations. More generally, dangling references and wild references are references that do not resolve to a valid destination.
Â
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,836 Topics
- 5,052 Posts
- 0 Online
- 1,078 Members
Our newest member: Richardnop
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed