C : Header File Functions
Get System Date : _dos_getdate() >> dos.h
stdio.h >> fclose function
How to use Delay Function in c program ?
fread Function >> Read Block of Data From Binary Mode File
fwrite Function >> Write Block of Memory to Binary Mode File
Ceil Function >> Round Up Value >> Math.h >> Header File in C
Floor Function >> Round Down Value >> Math.h >> Header File in C
Atof : String to Float >> Math.h Function >> Header File in C
Atan2 / Atan2l Function >> Math.h >> Header Files in C
Atan / Atanl Function >> Math.h >> Header File in C
Asin / Asinl Function >> Math.h >> Header File in C
Acos / Acosl Function >> Math.h >> Header File in C
Sin (x) >> Sin of angle >> Math.h Function
Fabs (x) >> Absolute Value of Floating / Double Number
Labs (x) >> Absolute Value of Long Number
Abs(x) >> Absolute Value >> Math.h Function
fsetpos function >> sets file pointer of stream to a new position >> C Programming
fgetpos >> gets the current file pointer position >> Stdio.h function
fputchar >> Stdio.h >> Header File in C Programming
fgetchar >> Gets Character from stdin >> Stdio.h Header File
fflush >> Stdio.h >> Header File in C Programming
gotoxy function >> conio.h header file >> Move Cursor to Specified Position
islower function >> ctype.h >> header files in c Programming
isupper function >> ctype.h >> header files in c Programming
1 2