Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / sadasiva
in multiprogramming number of processes running on single
processor.And in multiprocessing number of processes are
running on multiple processors
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Why does the call char scanf work?
What is #pragma statements?
cavium networks written test pattern ..
Write a progarm to find the length of string using switch case?
Why clrscr is used after variable declaration?
What are dangling pointers? How are dangling pointers different from memory leaks?
How many types of sorting are there in c?
If errno contains a nonzero number, is there an error?
What are disadvantages of C language.
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the purpose of realloc()?
What is external variable in c?
What is the use of define in c?
Explain the difference between malloc() and calloc() function?
What is the stack in c?