Answer Posted / 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 |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How is = symbol different from == symbol in c programming?
What is the purpose of realloc()?
What is a ternary operator in c?
What is extern c used for?
What is variables in c?
What is ponter?
Can you write the function prototype, definition and mention the other requirements.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What does c mean before a date?
How to explain the final year project as a fresher please answer with sample project
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a factorial program using C.
Explain what is a 'locale'?