Hello,
I am presently studying Data structures in C. And so I have a simple question about stack. The book which I got my hands on says about stack:
For me this quote (from the book) is a bit confusing. I think that every element on the stack must be potentially (and equally) available for reference/modification by the executing code. But the quote says that top most element is most accessible element.
And so I need your help.....
Should I first read some book on 'data structures' or 'data strucrtures in C'?
Also, can you please post the name of some "good" book for data structures in C? :)
Thanks in advance........
AmbrNewlearner
I am presently studying Data structures in C. And so I have a simple question about stack. The book which I got my hands on says about stack:
Originally posted by book
And so I need your help.....
Should I first read some book on 'data structures' or 'data strucrtures in C'?
Also, can you please post the name of some "good" book for data structures in C? :)
Thanks in advance........
AmbrNewlearner
Comment