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 false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
What is a double c?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
explain what is a newline escape sequence?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is .obj file in c?
what is the difference between %d and %*d in c languaga?
How will you delete a node in DLL?
Describe explain how arrays can be passed to a user defined function
What is the use of static variable in c?
code for selection sort?