Pointers
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
Question 65 |
Debugger is a program that:
Allows to examine and modify the contents of registers | |
Allows to set breakpoints, execute a segment of program and display contents of register | |
Does not allow execution of a segment of program | |
All the options |
Question 65 Explanation:
Debugger is a program that allows you to set breakpoints, execute a segment of a program and display contents of a register.
Correct Answer: B
Question 65 Explanation:
Debugger is a program that allows you to set breakpoints, execute a segment of a program and display contents of a register.