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 is constant in c++ with example?
Is c++ a pure oop language?
Do the parentheses after the type name make a difference with new?
What is the difference between map and hashmap in c++?
What are c++ manipulators?
Explain the auto storage classes in c++.
Explain what data encapsulation is in c++?
What is ctime c++?
What kind of problems can be solved by a namespace?
What are the three forms of cin.get() and what are their differences?
How do you compile the source code with your compiler?
Define a conversion constructor?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is endl?