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

What is a pointer variable in c language?

0 Answers  


Write a program for print infinite numbers

3 Answers   Wipro,


Software Interview Questions

1 Answers   CAT,


What are the preprocessors?

9 Answers   HP,


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,






which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 Answers   Cisco, CTS, Google, HCL, HP,


What is the acronym for ansi?

0 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


Is c++ based on c?

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Categories