I make a structure just like
struct abc {
//any function or variable
} obje[20];
now I want that the each object of abc
store in array. means that arr[0]
contain obj[0]
only; can it is possible. if it is possible then some one help me in this matter.