1. The purpose of swap (or page) file is to:





Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->5 billion currency swap agreement, with which central bank of a neighbouring country?....
QA->When a file is finally disposed of the file with a copy of which is sent to record room:....
QA->The extension jpeg in the name of a file indicates that it is a/an file.....
QA->If you want to go to a web page from inside a presentation, you use ?....
QA->Auto reports can contain each of the following elements expect .......?[ a detail section ; a page footer ; a group header ]....
MCQ-> The pages of a book are numbered 0, 1, 2 . upto M, M>0. There are four categories of instructions that direct a person in positioning the book at a page. The instruction types and their meanings are : 1. OPEN : Position the book at page No. 1 2. CLOSE : Position the book at page No. 0 3. FORWARD, n :From the current page move forward by n pages; if, in this process, page number M is reached, stop at M. 4. BACKWARD, n : From the current page, move backward by n pages; if in this process, page number 0 is reached, stop at page number 0. In each of the following questions, you will find a sequence of instructions formed from the above categories. In each case, let n1 be the page number before the instructions are executed and n2 be the page number at which the book is positioned after the instructions are executed.FORWARD, 25 ; BACKWARD, 10. which of the following statements is true?
 ....
MCQ->What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? #include<stdio.h> #define SWAP(a, b, c)(c t; t=a, a=b, b=t) int main() { int x=10, y=20; SWAP(x, y, int); printf("%d %d\n", x, y); return 0; }....
MCQ->What will be the output of the program ? #include<stdio.h> void swap(char , char ); int main() { char pstr[2] = {"Hello", "IndiaBIX"}; swap(pstr[0], pstr[1]); printf("%s\n%s", pstr[0], pstr[1]); return 0; } void swap(char t1, char t2) { char t; t=t1; t1=t2; t2=t; }....
MCQ->The purpose of swap (or page) file is to:....
MCQ->The purpose of a swap (or page) file is to _____________....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions