A copy is still not made with a const, and they are more efficient in handling larger parameter types. What is the advantage of using const in handling larger parameter types?
1) It allows for faster execution of the program
2) It prevents accidental modification of the parameter
3) It reduces memory usage
4) It improves code readability