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


Please Help Members By Posting Answers For Below Questions

How to find a missed value, if you want to store 100 values in a 99 sized array?

816


where are auto variables stored? What are the characteristics of an auto variable?

593


What are the types of assignment statements?

630


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1981


Which header file is used for clrscr?

580






can any one tel me wt is the question pattern for NIC exam

1558


Why is #define used?

790


How can I sort more data than will fit in memory?

628


What are the different types of C instructions?

678


What does malloc () calloc () realloc () free () do?

560


how can use subset in c program and give more example

1500


Does free set pointer to null?

563


How do I send escape sequences to control a terminal or other device?

613


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

1600


Write a program to check whether a number is prime or not using c?

576