Explain demand paging.
Answer / kamlesh patahk
demand paging is used in operating system when a user want
to access a page from memory than system find page from
memory at demand not befor demand/need
| Is This Answer Correct ? | 3 Yes | 2 No |
What are dangling pointers? How are dangling pointers different from memory leaks?
How can I read/write structures from/to data files?
write a C code To reverse a linked list
Write a simple program to find the size of different basic data types in C.
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
What is the difference between fork() and vfork()?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What is the purpose of Scanf Print, getchar, putchar, function?
What is meant by initialization and how we initialize a variable?
How will you allocate memory to a double pointer ?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Is file a keyword in c?