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

Explain high-order bytes.

0 Answers  


How to add two numbers with using function?

4 Answers  


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


What are the advantages of the functions?

0 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


What are header files in c?

0 Answers  


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


Categories