C – All Standart Functions

Function System Include File Function Prototype Description abort stdlib.h void abort(void); Stops a program abnormally. abs stdlib.h int abs(int n); Calculates the absolute value of an integer argument n. acos math.h double acos(double x); Calculates the arc cosine of x. asctime time.h char *asctime(const struct tm *time); Converts the time Read more…