contestada

How will the first recursive call to towers() be invoked?
a) towers(1,2,3)
b) towers(1,3,2)
c) towers(2,1,3)
d) towers(2,3,1)