The main diffs b/n array n structure is ..
Array is derived data type structure is user-defined data type
arrays contains set of related items structures contains set of diff data types
uses subscripts to access elements uses Dot operator to access elements
static memory allocation dynamic memory allocation