0% found this document useful (0 votes)
76 views

Stdio.h Library Functions Library Macroes

This document lists common functions from various C standard libraries including stdio.h, math.h, stdlib.h, string.h, conio.h, io.h, and ctype.h. It provides input/output, mathematical, string manipulation, console input/output, file, and character classification functions as well as common macros used in C programming.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Stdio.h Library Functions Library Macroes

This document lists common functions from various C standard libraries including stdio.h, math.h, stdlib.h, string.h, conio.h, io.h, and ctype.h. It provides input/output, mathematical, string manipulation, console input/output, file, and character classification functions as well as common macros used in C programming.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Stdio.h Library Functions clearerr() fclose() fccloseall() fdopen() fflush() fgetc() fgetchar() fgetpos() fgets() Math.

h abs() acosh() asin() atan() atan2() atof() Stdlib.h Library Functions abs() free() atof() ldiv() atoi() malloc() atol() rand() div() srand() exit() system() String.h strcpy() strcat() strchr() strcmp() strlen() Library Macroes abs(x) atoi(s) random(sum) randomize() ceil() cos() cosh() exp() fabs() floor() fmod() labs() ldexp() log() log10() pow() sin() sinh() sqrt() tan() tanh() flushall() fopen() fprint() fputc() fputchar() fputs() fread() free() freopen() fscan() fseek() fsetpos() ftell() fwrite() gets() getw() perror() printf() puts() putw() rename() rewind() scanf() unlink() Library Macroes feof(f) ferror(f) fileno(f) getch(f) getchar(f) putchar(f) remove(path)

conio.h Library Functions clrscr() getch() getche() gotoxy() khbit() putch()

io.h Library Functions access() filelength() _close() _ope() close() open() _creat() _read() eof() read() _write() write()

Ctype.h Library Functions stlower() toupper()

Library Macroes isalnum( c) isalpha( c) isascii( c) iscntrl( c) isdigit( c)

isgraph( c) islower( c) isprint( c) ispuncts( c) isspace( c)

isupper( c) isxdigit( c) toascii( c) _tolower( c) _toupper( c)

You might also like