A stack can be implemented only using array?if not what is used?

Answer Posted / vignesh1988i

stack is not always implemented using array's , it can also
be implemented through linked lists in DATA STRUCTURES,,,

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we add pointers together?

612


Is there anything like an ifdef for typedefs?

696


What is type qualifiers?

653


What are the parts of c program?

627


Explain how can I avoid the abort, retry, fail messages?

583






Array is an lvalue or not?

632


Write a program to print “hello world” without using semicolon?

667


Can we use any name in place of argv and argc as command line arguments?

606


What are the advantages of Macro over function?

1186


Is it better to bitshift a value than to multiply by 2?

654


What are the differences between Structures and Arrays?

601


Do string constants represent numerical values?

911


What is a class c rental property?

601


Explain what is the purpose of "extern" keyword in a function declaration?

613


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1442