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 |
Write a program to add a given duration with time(24hrs format)
The file stdio.h, what does it contain?
What are loops c?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What are integer variable, floating-point variable and character variable?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
Is it better to use malloc() or calloc()?
Juxtapose the use of override with new. What is shadowing?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
what is c language?