R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which of the following represents a value type in .NET?

  • (A) string
  • (B) object
  • (C) int
  • (D) Array

Explanation by: Ram Sharma
`int` is a value type in .NET. Others like string and object are reference types.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.