Answer Posted / truong
Because address of all the items in an array is continuous. So each item of it cannot reference to a specified variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What data encapsulation is in c++?
What are c++ manipulators?
List the issue that the auto_ptr object handles?
What is a stack c++?
When does a 'this' pointer get created?
What is meant by entry controlled loop?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is a breakpoint?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Which software is best for programming?
Describe exception handling concept with an example?
What is the benefit of encapsulation?
What is dynamic and static typing?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is overloading unary operator?