Question

What is a "call stack" in the context of debugging?

A A list of all variables in the program.
B A history of all errors encountered.
C A list of active function calls, showing the sequence of functions that led to the current point of execution.
D The memory allocated for the program's data.
E A queue of pending operations.
Practice Next

Hey! Ask a query