Home » C# Programming » Control Instructions

Which of the following loop correctly prints the elements of the array? char[ ] arr = new char[ ] {'k', 'i','C', 'i','t'} ;

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!