Discussion :: Control Instructions - c#
-
Which of the following loop correctly prints the elements of the array?
char[ ] arr = new char[ ] {'k', 'i','C', 'i','t'} ;
A.
|
B.
|
C.
|
D.
|
E.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment