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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c fast?

612


What is the general form of a C program?

602


What is structure in c explain with example?

645


What is the difference between malloc() and calloc()?

621


program for reversing a selected line word by word when multiple lines are given without using strrev

1951






Why do we use int main?

618


what is a constant pointer in C

684


what is the diffrenet bettwen HTTP and internet protocol

1396


How does placing some code lines between the comment symbol help in debugging the code?

550


What is a #include preprocessor?

625


List the difference between a "copy constructor" and a "assignment operator"?

587


what is stack , heap ,code segment,and data segment

2227


Explain what are linked list?

628


Is it fine to write void main () or main () in c?

550


What are different types of pointers?

568