Discussion Forum : C++ Programming
Question - Which of the following is CPP style type-casting?
Options:
A .  per = total/(float)m
B .  per = total/float(m)
C .  per = (float)total/m
D .  None of these
Answer: Option B
NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *