Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between. system call and library
function?

Answer Posted / vishnu948923

system calls are provided by the system and are executed in
the system kernel. They are entry points into the kernel and
are therefore NOT linked into your program. These are not
portable calls.
ยท Library calls include the ANSI C standard library and
are therefore portable. These functions are linked into your
program.
It is worth noting that, because system calls are part of
the O/S. The program has to make a context switch to the
kernel when they are called and because of this, they have a
high startup overhead. The upside is that the time executing
these routines is assigned to the OS and not the user program.

Is This Answer Correct ?    66 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

4336


What is integer constants?

1132


What is difference between far and near pointers?

1106


Explain the process of converting a Tree into a Binary Tree.

2724


What is optimization in c?

1070


What are run-time errors?

1177


How can I find out if there are characters available for reading?

1165


What is c system32 taskhostw exe?

1072


If null and 0 are equivalent as null pointer constants, which should I use?

1311


how to capitalise first letter of each word in a given string?

1983


to find the closest pair

2371


What is the correct code to have following output in c using nested for loop?

1122


Does c have an equivalent to pascals with statement?

1067


What is the difference between abs() and fabs() functions?

1179


How can you draw circles in C?

1197