What are the phases in s/w developed life cycle?
wat is the diff b/w stack & queue...where do we use stack
Answer Posted / rani
Stack follows LIFO. whereas queue follows FIFO.
All local variables and function calls are stored
temporarily in stack during program execution.
It is easy to manipulate stack operation rather than queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to create a sparse matrix using dynamic memory allocation.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What are 3 types of structures?
What do you mean by dynamic memory allocation in c? What functions are used?
What is chain pointer in c?
Is fortran still used in 2018?
What is bin sh c?
how to construct a simulator keeping the logical boolean gates in c
What are qualifiers?
Is return a keyword in c?
How many types of sorting are there in c?
Differentiate between full, complete & perfect binary trees.
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain the use of keyword 'register' with respect to variables.
What is the function of multilevel pointer in c?