Which of the choices best describes the above code?
a) ch occupies one byte, j occupies 2 bytes and they are both local variables
b) ch occupies one byte, j occupies 2 bytes and they are both global variables
c) ch occupies two bytes, j occupies 1 byte and they are both global variables
d) ch and j are both constants