What is an array?
What does the ^ operator do?
What is a multidimensional array?
A string is actually an _________of _______.
List four string methods.
How would you initialize this array to all 0’s: int myarray[4];
All arrays start at what index number?
What is the purpose of the cstring header file?