A

Admin • 833K Points
Coach

Q. Which one of the following is a valid statement?

  • (A) char[] c = new char();
  • (B) char[] c = new char[5];
  • (C) char[] c = new char(4);
  • (D) char[] c = new char[];
  • Correct Answer - Option(B)
  • Views: 30
  • Filed under category Java
  • Hashtags:

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.