Q. Which is the correct syntax to cast float to integer? (A) (int) float_variable (B) int (float_variable) (C) (int) (float_variable) (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) (int) float_variable