πŸ“Š C Programming
Q. Choose a correct statement about C language arrays.
  • (A) An array size can not changed once it is created.
  • (B) Array element value can be changed any number of times
  • (C) To access Nth element of an array students, use students[n-1] as the starting index is 0.
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
219
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
87%
Success Rate