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 assign string to char pointer?
Explain how can I open a file so that other programs can update it at the same time?
What are the rules for the identifier?
How pointers are declared?
What are the characteristics of arrays in c?
How do you print an address?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the difference between array and structure in c?
How can I recover the file name given an open stream or file descriptor?
How do you determine the length of a string value that was stored in a variable?
Explain what is a stream?
What happens if you free a pointer twice?
What is int main () in c?
What is use of bit field?
What are the standard predefined macros?