C++ Programming - References - Discussion
Discussion Forum : References - General Questions (Q.No. 9)
9.
Which of the following statements is correct?
- An array of references is acceptable.
- We can also create a reference to a reference.
Discussion:
13 comments Page 2 of 2.
Abhijeet said:
6 years ago
The reference to a reference i.e.
int &(&ref2)=ref;
So, not acceptable.
int &(&ref2)=ref;
So, not acceptable.
Sonu patel said:
1 decade ago
Can anyone how array of pointers and pointer to pointer is not possible?
Swapnil said:
8 years ago
Reference to another reference can be created.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers