Aptitude (12) ASP.NET (2) Automata (4) Browser (1) C (5) C# (1) C++ (10) Code (3) CSS (1) Data Structure (1) DATABASE (3) HTML (1) java (43) JSP (1) math (1) MySql (8) other (6) php (3) Servlet (3)

Saturday, 9 March 2013

Dangling pointer

Arising due to having lost the memory to which a pointer is suppose to be pointing at.in this case if we try to use the pointer the program may give unpredictictable results.

No comments:

Post a Comment