Structures & Unions in C
Arrays provide a mechanism to declare a derived data type which is a collection of homogenous elements. This means each element has same data type. However, it is sometimes required to create a collection of non- homogeneous elements in which elements can be of different type. Consider the automation of student records in University of … Read more