cs301-lecture 1
cs301-lecture 1
1. What is an array?
A) Collection of variables of different types
B) Collection of variables of the same type
C) Collection of functions
D) Collection of operators
Answer: B) 0-5
4. How are array elements stored in memory?
A) Randomly
B) Contiguously
C) Alphabetically
D) Numerically
Answer: B) Contiguously
Answer: A) new
Answer: Back
Answer: A) delete
Answer: A) find(X)
Answer: C) C++
Answer: A) Array-based