Answer Posted / glibwaresoftsolutions
A dangling pointer points to memory that has been deallocated. Accessing it causes undefined behavior.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of linkage in c language?
What are inbuilt functions in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is s in c?
How is a null pointer different from a dangling pointer?
What is the data segment that is followed by c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Define and explain about ! Operator?
int i=10; printf("%d %d %d", i, i=20, i);
Explain how can you determine the size of an allocated portion of memory?
please send me the code for multiplying sparse matrix using c
How do you determine a file’s attributes?
What is the size of structure pointer in c?
How can I find the modification date of a file?
largest Of three Number using without if condition?