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
Why header files are used?
What is infinite loop?
What are terms in math?
What is character set?
What is sorting in c plus plus?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is an identifier?
What are header files and what are its uses in C programming?
What is string concatenation in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Suggesting that there can be 62 seconds in a minute?
What are the header files used in c language?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why isn't it being handled properly?
swap 2 numbers without using third variable?