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
Explain the advantages and disadvantages of macros.
how can use subset in c program and give more example
Why is c known as a mother language?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Explain how do you search data in a data file using random access method?
What is variable declaration and definition in c?
What are global variables?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is keyword with example?
What are the advantages of Macro over function?
What is console in c language?
Is linux written in c?
Why c is called procedure oriented language?
Why c is procedure oriented?