Question: Which optimization technique can lead to a trade-off between speed and memory usage?
Options:
Correct Answer: Function inlining
Solution:
Function inlining can lead to a trade-off between speed and memory usage, as it increases code size but can reduce function call overhead.