Define structure and union. Write a C program using structure that reads the record of 35 students with member's roll, name, address and makes and display the records of students who have obtained gre
Marks: 10
Year: 2019 Final TU FOHSS
1. Definitions Structure A structure in C is a user-defined data type that allows grouping variables of different types under a single name. Syntax: c struct structurename { datatype member1;