Malloc() & Free()Thank you for replay. Sorry for the typing mistake... Original code like below struct node{ ch...
Malloc() & Free() struct node{ char *data; struct node *link; }; struct node first; int main() { ...
This user does not accept Private Messages