What is an Array?

What do you call the values in an array?


What are One-Dimensional Arrays?

How do we declare an array? What’s the syntax?

What is Array Subscripting? What’s the syntax?


array Idioms with for Loops

array Common Pitfalls


What is Array Initialization?

What’s the syntax?

Other Array Initializers:


What are Designated Initializers?

What’s the syntax?

What are the advantages of Designated Initializers?