0
What is <cstdlib>?
what is <cstdlib>? in c++
1 Answer
+ 8
www.cplusplus.com/reference/cstdlib
This header contains the standard functions for general use inherited from C. Egs - system, rand, exit, abs, abort, srand, atoi, strtoi, atof, etc.
what is <cstdlib>? in c++