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

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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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