Multiple Choice
Which of the following are potential problems when we use the delete operator on a pointer variable?
A) inaccessible heap memory
B) dangling pointers
C) uninitialized pointers
D) NULL pointers
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: To insert a node into a doubly
Q9: A linked list is normally specified by
Q10: Given the structure definition:<br>const int STRING_SIZE
Q13: Suppose you have the following struct definition
Q14: Insertion into a linked list takes the
Q15: Give pseudocode for inserting a node in
Q17: Name the stack operations as implemented in
Q19: Data is inserted into a queue at
Q28: Data is removed at the back of
Q64: Placing data on a stack is called