Describe advantages and disadvantages of the various stock
sorting algorithms



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

Post New Answer

More C Interview Questions

What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


What are the parts of c program?

0 Answers  


What are logical errors and how does it differ from syntax errors?

0 Answers  


Where can I get an ansi-compatible lint?

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  






When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


What is volatile variable in c?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


Why do we use pointer to pointer in c?

0 Answers  


Categories