A

Admin • 833K Points
Coach

Q. How is an array initialized in C language?

  • (A) int a[3] = {1, 2, 3};
  • (B) int a = {1, 2, 3};
  • (C) int a[] = new int[3]
  • (D) int a(3) = [1, 2, 3];
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category C Programming
  • 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.