7

Data Structure: Array

Chapter Outline
7.1 INTRODUCTION

An array is a very popular and useful data structure used to store data elements in successive memory locations. More than one element is stored in a sequence, so it is also called a composite data structure. An array is a linear and homogeneous data structure. An array permits homogeneous data. It means that similar types ...

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.