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 a function be forced to be inline? Also, give a comparison between inline function and the C macro?

661


What is the difference between Printf(..) and sprint(...) ?

792


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1308


How can you pass an array to a function by value?

607


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1701






What is call by value in c?

562


What is the advantage of using #define to declare a constant?

625


what is the role you expect in software industry?

1660


Why & is used in scanf in c?

629


By using C language input a date into it and if it is right?

576


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

817


What is the difference between a function and a method in c?

565


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

945


What are the keywords in c?

646


What is zero based addressing?

722