byte num = 100;dynamic val = num;//What will be displayed as output for-Console.Writeline(val.GetType());//andval+=100;Console.Writeline(val.GetType());
Loading
byte num = 100;dynamic val = num;//What will be displayed as output for-Console.Writeline(val.GetType());//andval+=100;Console.Writeline(val.GetType());
System.Byte
System.Int32
System.Byte
System.Int32
Can you please explain why int32?
System.Byte
and
System.Int32
System.Byte
System.Int32
System.Byte
System.Int32
System.Byte
System.Int32
System.Byte
System.Int32
System.Byte
System.int32
System.Byte System.Int32