In programming, what are some possible uses of casting a char data type into an int?
a) Converting characters to their ASCII values
b) Performing arithmetic operations on characters
c) Converting characters to integers for comparison
d) All of the above