Q. Which of the following is CPP style type-casting? (A) per = total/(float)m (B) per = total/float(m) (C) per = (float)total/m (D) None of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) per = total/float(m)