Google News
logo
C# - Quiz(MCQ)
A)
intMyArr is a reference to an array of integers.
B)
intMyArr is a reference to an object created on the stack.
C)
intMyArr is a reference to an object of System.Array Class.
D)
intMyArr is a reference to an object of a class that the compiler derives from System.Array Class.

Correct Answer :  

Advertisement