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
Do you know the difference between malloc() and calloc() function?
what is the significance of static storage class specifier?
Can a pointer be volatile in c?
What is data structure in c and its types?
How can I read/write structures from/to data files?
What are data types in c language?
differentiate built-in functions and user – defined functions.
What is volatile variable how do you declare it?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is return in c programming?
What is the most efficient way to count the number of bits which are set in an integer?
Suggesting that there can be 62 seconds in a minute?
How can I make it pause before closing the program output window?
Explain what is the stack?
What is the difference between struct and typedef struct in c?