Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / krishnendu pal
multiprogramming has a single process.
multiprocessing has a multiple process.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is main return c?
How does pointer work in c?
What does. int *x[](); means ?
What is the purpose of the preprocessor directive error?
How can I swap two values without using a temporary?
explain what are pointers?
Explain what are run-time errors?
Explain indirection?
What are type modifiers in c?
What is the difference between abs() and fabs() functions?
What is file in c preprocessor?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can I make it pause before closing the program output window?
Is flag a keyword in c?
Explain goto?