If you are initializing a pointer with no exact address, it is best practice to assign the pointer to be a null pointer.
If you do not, the pointer will grab garbage addresses. Buffer Overflow vuln
Null PTR
0
The value of a null pointer is always 0.