πŸ“Š C++
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
πŸ’¬ Discuss
βœ… Correct Answer: (B) per = total/float(m)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
209
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
81%
Success Rate