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
Write a program to find the Fibonacci series recursively.
What does the linker do?
Which programming language's unsatisfactory performance led to the discovery of c++?
What are namespaces in c++?
How the programmer of a class should decide whether to declare member function or a friend function?
Why we use #include iostream in c++?
What is string in c++ programming?
What is the basic structure of c++ program?
Explain the scope of resolution operator.
What is the use of namespace std in C++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
what is pre-processor in C++?
How do you compile the source code with your compiler?
What data encapsulation is in c++?
How do you generate a random number in c++?