Which statement calls the function, passing in the values 5, 6, and 7 to the parameters x, y, and z respectively?
a) func(5, 6, 7)
b) func(6, 7, 5)
c) func(7, 5, 6)
d) func(7, 6, 5)
e) func(5, 7, 6)