What is the difference between fork() and vfork()?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• fork(): Creates a child process with a separate memory space.
• vfork(): Shares the memory space with the parent until exec() or _exit() is called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• fork(): Creates a child process with a separate memory space.
• vfork(): Shares the memory space with the parent until exec() or _exit() is called.
| Is This Answer Correct ? | 0 Yes | 0 No |
what r callback function?
find the sum of two matrices and WAP for it.
What do you mean by dynamic memory allocation in c?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
Which is better between malloc and calloc?
What is nested structure?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Explain pointer. What are function pointers in C?
How to compare array with pointer in c?
What is volatile, register definition in C
why TCS selected more student in the software field from all institution.