(Choose 1 answer)
What does the term "print debugging" refer to?
A. Using breakpoints to pause the execution of your code.
B. Analyzing the performance of your code using profiling tools.
C. Inserting print statements or logging messages into your code to track its execution and identify issues.
D. Writing automated tests to verify the behavior of your code.
Q: 34