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 array subscripts always start with zero?
What is pragma in c?
Is boolean a datatype in c?
What are the types of c language?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is %s and %d in c?
When should structures be passed by values or by references?
What are the features of c language?
How will you find a duplicate number in a array without negating the nos ?
Why do we use namespace feature?
Differentiate Source Codes from Object Codes
How can I call a function with an argument list built up at run time?
What is the advantage of c?
How can I read a binary data file properly?