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)

Hexaware Other Question

Which of the following is true for B+ trees:
A) B+ trees are for storing data on disk B)On B+ trees range queries are faster C)B+ trees are for secondary indexes D)B+ trees are for primary indexes
A and B can do a piece of work in 8 days. B and C can do it in 12 days and A and C in 16 days. Working together they will complete the work in how many days?
A)9.48 days B)12.2 days C)14.76 days D)7.38 days