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

Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


The file stdio.h, what does it contain?

0 Answers  


What are loops c?

0 Answers  


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


What are integer variable, floating-point variable and character variable?

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


Juxtapose the use of override with new. What is shadowing?

1 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


what is c language?

2 Answers  


Categories