Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / pavan
in multi programming different programs are run under single
processor where as in multi processing one processor can
handle different users with the help of different processes
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you do dynamic memory allocation in C applications?
What are the c keywords?
What is a char in c?
What are the ways to a null pointer can use in c programming language?
In which layer of the network datastructure format change is done
Explain what is wrong with this statement? Myname = ?robin?;
What is the difference between #include and #include 'file' ?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Write a program to check whether a number is prime or not using c?
What is the difference between struct and typedef struct in c?
Explain how do you determine the length of a string value that was stored in a variable?
Is c procedural or object oriented?
What are the basic data types associated with c?
How do you construct an increment statement or decrement statement in C?
How many levels deep can include files be nested?