Structures in C++
There are various types of data type such as int, char float etc. For example: int i; here variable i can store only data of integer typechar c; here variable c can store only data of character typefloat f; here variable f can store only data of floting-point type Variable of each data … Read more