Hexaware
Company
Programming
Program
Which of the following is correct form of type-casting in C++?
A)per=total/(float)m B)per=(float) total/m C)per=total/float(m) D)per=float(total/m)
Read Solution (Total 2)
-
- B
(type) expression - 4 years agoHelpfull: Yes(3) No(2)
- option C
per=total/float(m) - 4 years agoHelpfull: Yes(1) No(2)
Hexaware Other Question