Chapter 12
Arrays
CHAPTER OUTLINE
12.2 One-dimensional Array Declaration and Initialization
12.3 Characteristics of Arrays
12.4 Accessing Array Elements Through Pointers
12.6 Passing Array Elements to a Function
12.7 Passing Complete Array Elements to a Function
12.8 Initialization of Arrays Using Functions
12.10 Pointers and Two-dimensional Arrays
12.1 INTRODUCTION
An array is a very popular, linear, homogenous, and useful data structure that is used to store similar types of data elements in contiguous memory locations under one variable name. An array can be declared to be of any standard or ...
Get Programming in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.