Please help me how you will make a program that
using structure with a structure ??
example please
struct data
{
char name;
int age;
}
how will you make your structure be in within structure ???
and please kindly explain
what this mean
ppre->link=ploc->link ? ? ? ?