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
What is sorting and classifying?
What is structure of data type?
What is difference between concurrenthashmap and hashtable?
Why is arraylist faster than linkedlist?
Given M x N matrix with sorted elements row wise and column wise, find elements?
Write a program for Sorting an Array. Which sorting will you prefer?
What is a height of a tree?
How to create an Array?
What is red black tree in data structure?
Which type of sorting is best?
What is ordered map?
What is the advantage of circular linked list?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What are linked lists good for?
Questions related to arrays, such as given a 2 integer array, find the common elements.