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 class and structure in c++?
Is it possible for a member function to delete the pointer, named this?
Is c++ harder than java?
How does java differ from c and c++?
Does c++ vector allocate memory?
Why are pointers used?
What is an inclusion guard?
Is there a c++ certification?
Explain what data encapsulation is in c++?
What is searching? Explain linear and binary search.
Refer to a name of class or function that is defined within a namespace?
What is different in C++, compare with unix?
What is abstraction in c++ with example?
What is the best book for c++ beginners?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?