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 |
Differentiate between ordinary variable and pointer in c.
how to swap four numbers without using fifth variable?
diff between exptected result and requirement?
How do you determine the length of a string value that was stored in a variable?
What is a program flowchart and explain how does it help in writing a program?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the scope of static variables?
What is the role of this pointer?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what is foreign key in c language?