Final answer:
Return Oriented Programming (ROP) is a type of attack that involves modifying the return address on the stack of a function call.
Step-by-step explanation:
Return Oriented Programming (ROP) is a type of attack that involves modifying the return address on the stack of a function call. This is option A. By modifying the return address, an attacker can redirect the control flow of a program to execute arbitrary code.