Describe advantages and disadvantages of the various stock
sorting algorithms
Answer / 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 |
What are the types of type specifiers?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the difference between union and structure in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Write a program to find the biggest number of three numbers in c?
Explain what will the preprocessor do for a program?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
What is the purpose of the fflush() function in C?
what is difference between array of characters and string