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
How can you find the exact size of a data type in c?
What is "Hungarian Notation"?
Why is it that not all header files are declared in every C program?
Without Computer networks, Computers will be half the use. Comment.
Give differences between - new and malloc() , delete and free() ?
Differentiate between the expression “++a” and “a++”?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Difference between goto, long jmp() and setjmp()?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How to delete a node from linked list w/o using collectons?
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain what are run-time errors?
Can you pass an entire structure to functions?