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 pre-emptive data structure and explain it with example?
why we wont use '&' sing in aceesing the string using scanf
What is a program flowchart?
Does c have function or method?
Subtract Two Number Without Using Subtraction Operator
What are the salient features of c languages?
What is difference between union and structure in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is a pragma?
How do you view the path?
What is meant by errors and debugging?
How many header files are in c?
How can I change their mode to binary?
What are the main characteristics of c language describe the structure of ac program?
What is the right type to use for boolean values in c? Is there a standard type?