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

without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


How do I get an accurate error status return from system on ms-dos?

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


Array is an lvalue or not?

0 Answers  


write a c program to find largest of three numbers using simple if only for one time.

1 Answers  


Explain null pointer.

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


What is the restrict keyword in C?

2 Answers  


Why doesnt that code work?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


what is array?

63 Answers   Amdocs, HCL,


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


Categories