Question: Which of the following is a common method for performing constant folding?
Options:
Correct Answer: Evaluating expressions at compile time
Solution:
Constant folding involves evaluating constant expressions at compile time to simplify the code.