πŸ“Š C Programming
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];
πŸ’¬ Discuss
βœ… Correct Answer: (A) int a[3] = {1, 2, 3};

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
223
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
98%
Success Rate