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 |
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
how write a addtion of two single dimensional array using of pointer in c language?
What is memory leak in c?
Explain how do you view the path?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is double pointer in c?
Should I learn c before c++?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
How can type-insensitive macros be created?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
C language questions for civil engineering
Why does notstrcat(string, "!");Work?