Which is the correct order for explicit type conversion to convert a larger to a smaller type in C#?
- double -> float -> long -> int -> char -> bool
- double -> float -> long -> int -> char
- float -> double -> long -> int -> char
- float -> double -> long -> int -> char -> bool

Pankajkumar PatelPosted Nov 11, 2022, 9:36 AM
Hi Brahma Prakash Shukla,
The correct order for explicit type conversion to convert a larger to a smaller type in C#:
For more details:
Hope, this will help you!