Q. Which is the correct order for explicit type conversion to convert a larger to a smaller type in C#?

  • (A) double -> float -> long -> int -> char -> bool
  • (B) double -> float -> long -> int -> char
  • (C) float -> double -> long -> int -> char
  • (D) float -> double -> long -> int -> char -> bool
πŸ’¬ Discuss
βœ… Correct Answer: (B) double -> float -> long -> int -> char

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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