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 / subha raman
stack follows-LIFO
-used to evaluate postfix/prefix expressions
queue follows-FIFO
-which has normal applications like-priority being given
1st..i.e. first come-first serve basis..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What functions are used for dynamic memory allocation in c language?
What is difference between structure and union with example?
Do string constants represent numerical values?
What are the types of type specifiers?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are enumerated types?
Is it better to use malloc() or calloc()?
swap 2 numbers without using third variable?
What is difference between class and structure?
Explain how do you determine a file’s attributes?
Why c is a mother language?
Is void a keyword in c?
Are c and c++ the same?
What is malloc calloc and realloc in c?