Because that is the int value contained in the c variable.
a and b are treated as int values in the a*b expression. Print out the value of that expression to see what the results are:

...