Question: Which type cast preserves the mathematical value in all cases?

  1. i64 as i32
  2. usize as u64
  3. i32 as i64
  4. f64 as f32

Answer: The correct answer of the above question is Option C:i32 as i64