Passing a structure as a constant reference parameter to a function
◦ will always change the structure's members
◦ guarantees not to result in changes to the structure's members
◦ can potentially result in changes to the structure's members
◦ None of these