0

What is <cstdlib>?

what is <cstdlib>? in c++

2nd Nov 2017, 8:38 AM
Kishore Kumar
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.
2nd Nov 2017, 9:19 AM
Solo Wanderer 4315
Solo Wanderer 4315 - avatar