1.

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
Answer» C. per = (float)total/m


Discussion

No Comment Found

Related MCQs