Decision Methods for

Cell: a box capable of holding a value drawn from some basic or composite data types (e.g. integer, record…) CELL IS BASIC BUILDING BLOCK OF DATA STRUCTURE. Pointer: a cell whose value indicates another cell. Cursor: an integer-valued cell, used as a pointer to an array Example: A simple data structure is given below. ................
................