R

Ram Sharma • 193.86K Points
Coach

Q. Which statement is correct about the following C# statement?

Code:
int[] x= {10, 20, 30};
  • (A) 'x' is a reference to the array created on stack
  • (B) 'x' is a reference to an object created on stack
  • (C) 'x' is a reference to an object of a 'System.Array' class
  • (D) None of the above
  • Correct Answer - Option(C)
  • Views: 159
  • Filed under category C#

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics