How is it possible to insert different type of elements in
stack?
Answer Posted / poornakala
you ca implement stack with union datatype... u may think
of structures.. but struct use storin of all values and mem
allocated for all in each.. but in union only one at a
time... this is right i think...
| Is This Answer Correct ? | 61 Yes | 9 No |
Post New Answer View All Answers
Are linked lists considered linear or non-linear data structure?
Which sorting algorithm is the slowest?
how to insert a new node in linked list where free node will be available?
Is list a data structure?
Can we remove element from arraylist while iterating?
What is data algorithm?
State the demerit of linear representation of binary trees?
Is arraylist a class?
Which sorting algorithm is considered the fastest?
Write the advantage of separate chaining?
Which sorting algorithm is used in collections sort?
What is a height of a tree?
Which interface provides the capability to store objects using a key-value pair?
What is the time complexity of arraylist and linked list?
What is nonlinear data?