Blog

What is the output of the code below?

int v = 10;
dynamic z = v;
Console.WriteLine(z.GetType());