Question Which complexity describes constant-time access to an array element by index? A. O(n) B. O(n²) C. O(1) D. O(log n) Show Answer More MCQs Correct Answer: C O(1) The correct answer is O(1). The correct answer is O(1).
Leave a Reply