Answer Posted / o saienni
You cannot have a pointer to a reference.
In other words
int &* isn't allowed.
using:
int nArray[3];
The variable nArray is infact a pointer to an array or an
int pointer and the [] will find the offset within that
array. So an array of references will be a pointer to a
reference and this is why it's not allowed.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is pre-processor in C++?
What is the operator in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Which ide is best for c++?
How many types of modularization are there in c++?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is Destructor in C++?
daily Routine of father
How static variables and local variablesare similar and dissimilar?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Who calls main function?
Are c and c++ different?
What is endl?
What is the use of vtable?
What is the main purpose of c++?