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 function in c with example?
What is an identifier?
What are the features of c language?
Can we change the value of static variable in c?
What is define directive?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
How can I get the current date or time of day in a c program?
What is the c value paradox and how is it explained?
What are the characteristics of arrays in c?
What are conditional operators in C?
Which programming language is best for getting job 2020?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How are 16- and 32-bit numbers stored?
What will be the outcome of the following conditional statement if the value of variable s is 10?