what is the similarities between. system call and library
function?
Answer / 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 |
Why c is faster than c++?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
how should functions be apportioned among source files?
list the no of files created when c source file is compiled
What do the functions atoi(), itoa() and gcvt() do?
List the different types of c tokens?
What is the code for 3 questions and answer check in VisualBasic.Net?
write a program to interchange the value between two variable without using loop
When should structures be passed by values or by references?
to find the program of matrix multiplication using arrays
Who is invented by c?
Write a program to swap two numbers without using third variable?