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
What is the purpose of ftell?
What are the types of variables in c?
What are variables and it what way is it different from constants?
What is gets() function?
What is static and auto variables in c?
Compare array data type to pointer data type
Can math operations be performed on a void pointer?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
In C language what is a 'dangling pointer'?
Explain the use of function toupper() with and example code?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
how to write optimum code to divide a 50 digit number with a 25 digit number??
How can I convert a number to a string?
What is a null string in c?
How do you print an address?