Q. Which of these statements is true about arrays in C?

  • (A) Array index starts from 1
  • (B) Array size can be negative
  • (C) Array index starts from 0
  • (D) Arrays can contain only float
πŸ’¬ Discuss
βœ… Correct Answer: (C) Array index starts from 0
Explanation: C arrays are zero-indexed, meaning the first element is at index 0.
Explanation by: Mr. Dubey
C arrays are zero-indexed, meaning the first element is at index 0.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
77
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate