what is the similarities between. system call and library
function?



what is the similarities between. system call and library function?..

Answer / prasannanjaneyulu.kandimalla

System calls are kernel functions and library functions are
specified to a particular library files.
eg:
sqrt() is a libray function of <math.h> libray file.

Is This Answer Correct ?    12 Yes 5 No

Post New Answer

More C Interview Questions

1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


What are the header files used in c language?

0 Answers  


What is the default value of local and global variables in c?

0 Answers  


How to receive strings with spaces in scanf()

7 Answers  


write an algorithm to display a square matrix.

0 Answers  


What is a function in c?

2 Answers  


What is union and structure?

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


YBJBU6

1 Answers  


what is difference between C and C++

4 Answers  


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


What is pointers in c?

0 Answers  


Categories