Understanding 'nullptr' in c++?Example: int* p = 0; Solution: int* p = nullptr;
Example:
int* p = 0;
Solution:
int* p = nullptr;