C++ Programming and Technical

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

Read Solution (Total 0)

C++ Other Question

What issue do auto_ptr objects address? What is the difference between a pointer and a reference?