Is there any problem with the following:
char *a=NULL; char& p = *a;?
Answer Posted / neelam saini
The result is undefined. You should never do this. A reference must always refer to some object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
which of the following is not an secondary constant a) array b) real c) union
What is cout flush?
What is the return value of the insertion operator?
Is java based off c++?
Which is better c++ or java?
What is the difference between function overloading and operator overloading?
Describe linkages and types of linkages?
When does the c++ compiler create temporary variables?
What is #include ctype h in c++?
daily Routine of father
What is the benefit of learning c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
How to defines the function in c++?
Is main a class in c++?