Which tool will be used to test the flag memory leaks and unassigned pointers
-
Dynamic analysis tool
-
Static Analysis tool
-
Maintenance tool
-
Configuration tool
A
Correct answer
Explanation
Dynamic analysis tools examine software while it's running, making them effective for detecting runtime issues like memory leaks and dangling/unassigned pointers. Static analysis examines code without execution and can identify potential issues but cannot detect actual runtime memory behavior.