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 / nisha

Stack follows LIFO i.e last in first out.The last element
entered would be removed first while Queue follows FIFO i.e
first in first out.The element that ws entered first would
be removed first.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which function in C can be used to append a string to another string?

639


What is the use of c language in real life?

521


What do you mean by c?

578


Here is a good puzzle: how do you write a program which produces its own source code as output?

591


Are bit fields portable?

669






Explain what is wrong in this statement?

625


Is null equal to 0 in sql?

641


What is the difference between printf and scanf )?

581


What is operator promotion?

618


What is the difference between volatile and const volatile?

556


What is const volatile variable in c?

565


What does s c mean in text?

600


What is the difference between typedef struct and struct?

589


Is printf a keyword?

751


What is static and volatile in c?

773