Can you pass a short into a method call when an int is expected?

a) Yes, short can be implicitly promoted to int
b) No, short cannot be passed when an int is expected
c) Yes, but it requires explicit casting
d) It depends on the method signature