DATA TYPES IN DATA STRUCTURE
Concept of Data Structure A data type can be defined as set of values and set of operations which are permissible on those values. For example, an integer data type in C language can have range ( -32768 to 32767) and set of operations +, – , * , […]