Q. Which of the following has compilation error in C? (A) int n = 32; (B) char ch = 65; (C) float f = (float) 3.2; (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) None of the above