+ 1
(i) Array and structure are totally different
Array stores multiple values of similar type in a single variable while, structure stores multiple variables of different types as well as various functions
(ii) Structure and class are similar because we can store multiple variables of different types in both of then as well as we can store multiple functions in both