How is it possible to insert different type of elements in
stack?
Answer Posted / touchriverian
guess that union is the best option.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How do I start preparing for placement?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
What are the types of binary tree?
Mention a few applications of linked lists?
Two linked lists are given, find out the sum of them without altering the linked list?
Define the graph data structure?
What are the advantages of merge sort?
Is data structures and algorithms important?
What do you mean by hash table?
Define linear probing?
How many parts are there in a declaration statement?
Why do we need linked list?
What is an algorithm in coding?
Which algorithm is used in collections sort method?
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?