News

Data structure can be defined as the way of structuring the data or logical representation between data elements. the data structure is equal to the organized data plus the allowed operations on it.it ...
ARRAY refers to a collection of elements of homogeneous data type. Structure refers to a collection of elements of heterogeneous data types. Use array subscript or "[]" (square brackets) for element ...