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
How are Structure passing and returning implemented by the complier?
Tell us bitwise shift operators?
c language interview questions & answer
What is difference between union and structure in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the types of type specifiers?
What is self-referential structure in c programming?
What is the difference between typedef and #define?
Why c is a procedural language?
In a switch statement, what will happen if a break statement is omitted?
What is the difference between volatile and const volatile?
List out few of the applications that make use of Multilinked Structures?
Why doesn't C support function overloading?
What is the c language function prototype?
What are structure members?