Multiple choice Which of the following is true about dangling pointer in C language? It points to allocated memory. It points to freed or deallocated memory. It points to pointer. It points to variables. It points to register variables. Reveal answer Fill a bubble to check yourself B Correct answer Explanation Dangling pointer points to deallocated memory.