ARRAY OF STRUCTURE
We can create an array of structure just like we create an array of built in data type such as int, float etc. A single structure variable can store only information ofRead More…
We can create an array of structure just like we create an array of built in data type such as int, float etc. A single structure variable can store only information ofRead More…
A structure can also contain array members just like normal members such int, float We can declare an array if we need to store multiple values inside structure. Structure may include asRead More…