1751972 Members
4521 Online
108783 Solutions
New Discussion

Re: Linked List in C

 
SOLVED
Go to solution
A. Clay Stephenson
Acclaimed Contributor

Re: Linked List in C

Finally, the main routine.

Compile it like this:
cc -Aa main.c array.c -o array.

Then execute array.

By the way, I think I have now retired from teaching C though I might answer specific questions.


Enjoy, Clay
If it ain't broke, I can fix that.