Suppose we have the variable declaration double * ptr;

What, if any, is the difference between the assignments:

ptr = 0;

and

ptr = NULL;