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 |
Explain what are linked list?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
what is the use of keyword volatile??
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
can any one tel me wt is the question pattern for NIC exam
What is pivot in c?
What is struct node in c?
Differentiate b/w Modify and Update commands giving example.
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is action and transformation in spark?
Can we change the value of #define in c?
What is declaration and definition in c?