What happens if you need to compare two values of different data types?
A) the system is halted
B) the value with the highest precision is returned
C) an 'incompatible type' error occurs
D) a data type conversion is performed
Answer: D) a data type conversion is performed