Solved

Which of the Following Is a Valid Example of Calling

Question 32

Multiple Choice

Which of the following is a valid example of calling a method and sending it a two-dimensional  array argument?


A) DisplayArrayContents(int [ ,  ] anArray) ;
B) DisplayArrayContents(anArray) ;
C) DisplayArrayContents(anArray[10, 2]) ;
D) DisplayArrayContents(int [10, 2] anArray) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions