What happens when you compile this:
byte a = 2;
a++;"
a) It compiles without errors
b) It throws a compilation error
c) It increments the value of 'a' by 1
d) It decrements the value of 'a' by 1