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 |
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
what is the most appropriate way to write a multi-statement macro?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
How can I change their mode to binary?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
Describe static function with its usage?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
what is the difference between i++ and ++i?
Where are c variables stored in memory?
How to avoid buffer overflow?