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
Where static variables are stored in memory in c?
What are pointers?
Write the Program to reverse a string using pointers.
Explain what are global variables and explain how do you declare them?
What is the use of a ‘ ’ character?
Explain continue keyword in c
What are the two types of functions in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Combinations of fibanocci prime series
Explain what is a stream?
What is the difference between the = symbol and == symbol?
int far *near * p; means
What is the difference between if else and switchstatement
What is the value of uninitialized variable in c?
how many key words availabel in c a) 28 b) 31 c) 32