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
Write a factorial program using C.
List the difference between a While & Do While loops?
How can I open a file so that other programs can update it at the same time?
What is conio h in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain how does free() know explain how much memory to release?
Is it better to use malloc() or calloc()?
What are the different types of linkage exist in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How do you write a program which produces its own source code as output?
which is an algorithm for sorting in a growing Lexicographic order
How can I read in an object file and jump to locations in it?
What is your stream meaning?
When is the “void” keyword used in a function?
All technical questions