Describe advantages and disadvantages of the various stock
sorting algorithms

Answer Posted / amirtha

in stack we can use arrays.it is easy to implement.but the
push &pop can be done only at one postion.it has find
several real time applications like cars in a shed,no of
coins placed one above.

Is This Answer Correct ?    0 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the difference between malloc() and calloc() function?

804


what is the significance of static storage class specifier?

1902


Can a pointer be volatile in c?

720


What is data structure in c and its types?

800


How can I read/write structures from/to data files?

737


What are data types in c language?

786


differentiate built-in functions and user – defined functions.

853


What is volatile variable how do you declare it?

744


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

846


What is return in c programming?

704


What is the most efficient way to count the number of bits which are set in an integer?

808


Suggesting that there can be 62 seconds in a minute?

790


How can I make it pause before closing the program output window?

771


Explain what is the stack?

827


What is the difference between struct and typedef struct in c?

871