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
What is 'bus error'?
Are global variables static in c?
What are the types of data types and explain?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Write a program to check armstrong number in c?
What is the stack in c?
What does it mean when a pointer is used in an if statement?
What is a pointer in c plus plus?
What is the use of #define preprocessor in c?
Is printf a keyword?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are pointers? Why are they used?
How do you list files in a directory?
Do you have any idea how to compare array with pointer in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.