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
how to make a scientific calculater ?
Explain how do you convert strings to numbers in c?
Do pointers need to be initialized?
i want to know the procedure of qualcomm for getting a job through offcampus
Difference between MAC vs. IP Addressing
Explain the red-black trees?
program to convert a integer to string in c language'
How do I create a directory? How do I remove a directory (and its contents)?
What is the default value of local and global variables in c?
Do pointers take up memory?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What do header files do?
Which one would you prefer - a macro or a function?
What are the modifiers available in c programming language?
Describe the order of precedence with regards to operators in C.