Do you know the difference between exit() and _exit() function in c?
Answer / Parmatma Prasad
In C, exit() is a library function that terminates the current program immediately. On the other hand, _exit() is a system call that also terminates the current program but allows for some cleanup operations to be performed before termination.
| Is This Answer Correct ? | 0 Yes | 0 No |
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Tell us two differences between new () and malloc ()?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is the difference between pure virtual function and virtual function?
What is an lvalue in c?
Explain function pointer with exapmles.
write a c program to find the probability of random numbers between 1-1000
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What does malloc () calloc () realloc () free () do?
main() { float a=3.2e40; printf("%d",a); }
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent