C Pitfall: Beware of Dangling References
Posted under Programming-
code.rkevin.com - One of the situations where C can trip beginner programmers is with the unconscious use of dangling references. A dangling reference is a situation where you end up with a reference to a variable that does not exist in memory any longer....Sign in to promote this post read post
18
