How to explain TYPE CONVERSION through program.
In the above program, we first declare and initialize variables of different data types, short, long int, float, and double. The variable ‘a’ is of type short and is initialized with the value 5, ‘b’ is of type long int and is initialized with the value 123456, ‘c’ is of type float and is initialized […]