is there any difficulty with the following


Is there any difficulty with the following : char*a=NULL; char& p = *a;?

A: The result is indeterminate. You must never do this. A reference has to always refer to some object.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: is there any difficulty with the following
Reference No:- TGS0217544

Expected delivery within 24 Hours