Sandeep Soni
What will be the output of the following C# code
  1. byte num = 100;
  2. dynamic val = num;
  3. //What will be displayed as output for-
  4. Console.Writeline(val.GetType());
  5. //and
  6. val+=100;
  7. Console.Writeline(val.GetType());
By Sandeep Soni in C# on Oct 29 2018
  • Bhanuprasad Mitturi
    Nov, 2018 20

    System.Byte System.Int32

    • 1
  • jubula samal
    Nov, 2018 16

    System.Byte2-System.Int32

    • 1
  • Rashmiranjan Dalabehera
    Nov, 2018 15

    1- System.Byte2-System.Int32

    • 1
  • Sandeep Soni
    Oct, 2018 29

    System.Byte System.Int32

    • 1
  • Munib Butt
    Apr, 2020 28

    System.Byte
    System.Int32

    • 0
  • Rajiv Ranjan
    Apr, 2020 24

    System.Byte
    System.Int32

    • 0
  • Prakshal Shah
    Mar, 2020 2

    Can you please explain why int32?

    • 0
  • sameer shaikh
    Feb, 2020 2

    System.Byte
    and
    System.Int32

    • 0
  • Vikash Tiwari
    Oct, 2019 19

    System.Byte
    System.Int32

    • 0
  • Vikash Tiwari
    Oct, 2019 19

    System.Byte
    System.Int32

    • 0
  • NIlesh Sawant
    Sep, 2019 30

    System.Byte
    System.Int32

    • 0
  • srinivas rao
    Sep, 2019 4

    System.Byte
    System.Int32

    • 0
  • Bidyasagar Mishra
    Aug, 2019 4

    System.Byte
    System.int32

    • 0
  • Saurabh Vasani
    Jul, 2019 26

    System.Byte System.Int32

    • 0
  • Nemilidinne Ashokreddy
    Mar, 2019 7

    System.Int32

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS