Wednesday, 18 April 2012

Write about the complexities related to the following code: int*b = NULL; int&p = *b; | C++

The preceding code results In an undefined behavior as a reference pointer, &, cannot contain NULL.

No comments: