Answer Posted / subhransu sekhar das
stack is a special datastructure in which we can insert and
delete item at only one end i,e top end.it is having the
order of lifo(last in first out)
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Define the process of error-handling in case of constructor failure?
What is #include iostream h in c++?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
What is malloc in c++?
What are the c++ access specifiers?
Why is standard template library used?
How does class accomplish data hiding in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Write a program to concatenate two strings.
What is the difference between interpreters and compilers?
Explain the benefits of proper inheritance.
Is c++ primer good for beginners?
What is searching? Explain linear and binary search.
What is the difference between a pointer and a link in c ++?