what is dangling pointer?



what is dangling pointer?..

Answer / ninja

A pointer referring to an area of memory that has been
deallocated. Dereferencing such a pointer usually produces
garbage

Is This Answer Correct ?    18 Yes 0 No

Post New Answer

More C Interview Questions

Where are c variables stored in memory?

0 Answers  


Is main an identifier in c?

0 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


related proverb of "dont count your chicken before it hatches"

1 Answers  






Explain main function in c?

0 Answers  


compare array with pointer?

1 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


What are pragmas and what are they good for?

0 Answers  


What is a symbolic constant?

1 Answers  


What is null character in c?

0 Answers  


Categories