Difference between null pointer and dangling pointer?
Answer Posted / rakshitha
Null pointer is a pointer which doesnot point to any where
in the memory location ,where as dangling pointer points to
memory location having garbage value.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is difference between class and structure?
What are identifiers in c?
What is wrong with this statement? Myname = 'robin';
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is malloc return c?
What are the uses of a pointer?
What is maximum size of array in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is indirection?
What does %c do in c?
Why string is used in c?
Tell me when would you use a pointer to a function?
How to find a missed value, if you want to store 100 values in a 99 sized array?
can anyone please tell about the nested interrupts?
What is malloc and calloc?