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
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Differentiate between a structure and a union.
How can I send mail from within a c program?
What does a pointer variable always consist of?
Explain what math functions are available for integers? For floating point?
What is main return c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is pragma in c?
What is chain pointer in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is the size of structure in c?
Can I initialize unions?
What is gets() function?
What is a scope resolution operator in c?
What are the 5 elements of structure?