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

What does node * mean?

703


What are the c keywords?

742


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4167


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3494


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1445






Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1576


Why doesnt that code work?

597


What are keywords c?

594


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

660


Which programming language is best for getting job 2020?

602


What is the purpose of sprintf() function?

591


Suggesting that there can be 62 seconds in a minute?

590


Why main is used in c?

580


Explain how do you determine whether to use a stream function or a low-level function?

616


Explain how many levels deep can include files be nested?

620