What causes the error "conversion failed when converting the varchar value to data type int"?
a) Attempting to convert a string to an integer when the string cannot be converted
b) Attempting to convert an integer to a string when the integer is too large
c) Attempting to convert a floating-point number to an integer
d) Attempting to convert an integer to a character