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 is size of union in c?
Program to simulate second clock
what is the use of operator ^ in C ? and how it works?
Is struct oop?
write a program in c language to print your bio-data on the screen by using functions.
What are pointers in C? Give an example where to illustrate their significance.
write a program of palindrome(madam=madam) using pointer?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How can I handle floating-point exceptions gracefully?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
why return type of main is not necessary in linux
What is use of null pointer in c?