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
Can we declare function inside main?
How can this be legal c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Are there namespaces in c?
in linking some of os executables are linking name some of them
What are compound statements?
What header files do I need in order to define the standard library functions I use?
What are the uses of null pointers?
What is omp_num_threads?
How do I use strcmp?
How do you define structure?
What are the different types of linkage exist in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What's the total generic pointer type?
What is a example of a variable?