Answer Posted / truong nguyen
Memory address of items in the array are continues but they
are not continues in the linked list. So you will easily to
access one item in an array, but not for a linked list.
However, you can easily insert or remove one item into/from
a linked list.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the main features of c++?
Define friend function.
Which is best ide for c++?
What are the comments in c++?
Do you know the use of vtable?
What is a class definition?
How do you flush a buffer in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is the size of integer variable?
Name the implicit member functions of a class.
What is a list c++?
What is the need of a destructor? Explain with the help of an example.
Write about the stack unwinding?
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?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be