DATA STRUCTURE
Programming and Technical
Programming
Technical
How is it possible to insert different type of elements
in stack?
Read Solution (Total 3)
-
- it is possible by using structure or union
- 10 years agoHelpfull: Yes(3) No(0)
- 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... - 10 years agoHelpfull: Yes(2) No(0)
- using pointer
- 10 years agoHelpfull: Yes(0) No(0)
DATA STRUCTURE Other Question