struct Total { char Name[40]; int No[40]; }; struct Total *List = NULL;
I have this struct which I want to allocate memory for it dynamical