what is a dangling pointer in c in brief?

What is dangling pointer in c interview questions? |Pointer interview questions in c in...

What is dangling pointer in c interview questions?A dangling pointer in C is a pointer that references memory that is no longer valid, such...