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 / asdf
Use of stack:
1) All local variables get stored in stack.
2) To store the parameters passed to the function
3) To store the return address of the function
4) To Evaluate arithmetic expressions.
5) In recursive programming
Use of Queue:
1)Used to implement OS internals algorithms (example: in
scheduling algorithms)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
How can I list all of the predefined identifiers?
Explain what is the benefit of using #define to declare a constant?
Why do we use int main?
Explain argument and its types.
What is the function of multilevel pointer in c?
Hai what is the different types of versions and their differences
What is bin sh c?
Write a program that accept anumber in words
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What are linker error?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is pointer to pointer in c language?
What is a example of a variable?