Answer Posted / 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 |
Post New Answer View All Answers
What is sizeof in c?
What is extern c used for?
What is the use of linkage in c language?
what is the significance of static storage class specifier?
What are the 3 types of structures?
why we wont use '&' sing in aceesing the string using scanf
How can I read/write structures from/to data files?
Are the variables argc and argv are local to main?
What is #line?
What are the different categories of functions in c?
Why can't I perform arithmetic on a void* pointer?
What is the use of in c?
What does int main () mean?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
show how link list can be used to repersent the following polynomial i) 5x+2