Saved Bookmarks
| 1. |
What Is The Difference Between Structure And Array? |
|
Answer» In structure one can COMBINE VARIABLES of DIFFERENT DATATYPE in to a common data type Whereas arrays are sequentially stored VALUES of the same datatype. In structure one can combine variables of different datatype in to a common data type Whereas arrays are sequentially stored values of the same datatype. |
|