Select from following answers:- Int16 to Int32
- Int32 to Int16
- Int16 to Double

- Double to Int16
- All Above
You can convert from Int16 to Double because that is considered a widening conversion. Because Double can store any value of Int16, implicit conversion is allowed.
Show Correct Answer
Source: MCTS Book | |
Alert Moderator