With strict conversions enabled, which of the following would allow an implicit conversion?

 Posted by Raja on 9/24/2008 | Category: C# Interview questions | Views: 23010
Select from following answers:
  1. Int16 to Int32
  2. Int32 to Int16
  3. Int16 to Double
  4. Double to Int16
  5. All Above

Show Correct Answer


Source: MCTS Book | | Alert Moderator 

Comments or Responses

Posted by: Snimalan on: 5/22/2015 | Points: 10
I understand int16 fitting inside double. Why not answer one as well? , int16 fitting inside int32?

Login to post response