What is the largest value that a long data type can hold?
from the cplusplus.com reference for strtol()
On success, the function returns the converted integral number as a long int value.
What is the largest value that a long data type can hold?
from the cplusplus.com reference for strtol()
On success, the function returns the converted integral number as a long int value.