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
What is array in C
Is flag a keyword in c?
What are the uses of null pointers?
What is the meaning of ?
How are variables declared in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are the various types of control structures in programming?
What are the benefits of organizational structure?
What is a null string in c?
What are the different types of pointers used in c language?
Why doesnt that code work?
When c language was developed?
What is new line escape sequence?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Is c call by value?