
Process and Process management:
Some library functions works for OS and some other works for specific purpose.
API---Application Programming Interface(taking help of library)
SCI--- System call interface
.dll file of one OS can’t be accessible by another OS.
fread--- is a function used to read binary data and store in memory based on requirement.
Syntax:
int fread(int,void *,int);
Manual page: ...