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

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


What is typedf?

0 Answers  


What is the sizeof () operator?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


How to establish connection with oracle database software from c language?

0 Answers  






what is call by value and call by reference

4 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


What is calloc malloc realloc in c?

0 Answers  


What is double pointer in c?

0 Answers  


Is fortran still used in 2018?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


Categories