Skip to content

This is a one dimensional array. A 1-dimensional array is a linear data structure in the C programming language, consisting of a fixed number of elements of the same data type, stored in contiguous memory allocations. it can be visualized as a sequence of values , indexed by a single integer.

Notifications You must be signed in to change notification settings

Lawani-EJ/One-Dimensional-Array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

This is a one dimensional array. A 1-dimensional array is a linear data structure in the C programming language, consisting of a fixed number of elements of the same data type, stored in contiguous memory allocations. it can be visualized as a sequence of values , indexed by a single integer.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages