By Kardi Teknomo, PhD .

< Previous lesson | Table of Content | Next lesson >

Dealing With Array

Array is one type of data structure that useful for many applications such as matrix and vectors or list manipulation. Array is a series of variables that has the same name and the same type. Each variable in an array is referred by index .

Contents

Declaring an Array

Dynamic Array

Initialization

How to Assign Values to an Array?

How to Obtain Values from an Array?

How to Delete an Array?

How to know if a variable is an array?

Try it yourself

< Previous lesson | Table of Content | Next lesson >