why we cant create array of refrences

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


Please Help Members By Posting Answers For Below Questions

Write a program to find the Fibonacci series recursively.

837


What does the linker do?

795


Which programming language's unsatisfactory performance led to the discovery of c++?

1063


What are namespaces in c++?

821


How the programmer of a class should decide whether to declare member function or a friend function?

890


Why we use #include iostream in c++?

773


What is string in c++ programming?

861


What is the basic structure of c++ program?

793


Explain the scope of resolution operator.

855


What is the use of namespace std in C++?

831


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

843


what is pre-processor in C++?

821


How do you compile the source code with your compiler?

803


What data encapsulation is in c++?

783


How do you generate a random number in c++?

830