how to implement stack operation using singly linked list
Answer Posted / spandana
it is a datastructure which follows the principal of Last
in First order(LIFO) ie last inserted element will be
deleted first.hence both insertions and deletions takes
place at the same end.it can perform 2
operations "PUSH","POP". the special variable used in
stacks is "top"
stacks can be implemented using arrays,linked lists
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Why is c fast?
What is break in c?
Explain what is the difference between null and nul?
What is the process to generate random numbers in c programming language?
What is spark map function?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Differentiate between a structure and a union.
FILE PROGRAMMING
Why is c so important?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain how can you determine the size of an allocated portion of memory?
Explain what math functions are available for integers? For floating point?
Why is c called c not d or e?
What are the modifiers available in c programming language?