To rearrange the order of buttons in your document, you use the _______________ dialog box.
Fill in the blank(s) with the appropriate word(s).
tab order
You might also like to view...
Answer the following questions true (T) or false (F)
1. Mentioning a base class B in an exception specification includes a class D objects, where D is derived from B, in the exception specification. 2. In type matching to select a catch block, only exact matches work.
The __________ is a graphical interface for hosting many administrative tools under Windows 2000.
a. Active Directory b. Microsoft Management Console c. Common Internet File System d. standard shell
If a function prototype using a call by reference using pointers is int CalcInfo(float * p1, float * p2); how would you write the same prototype using a call by reference using reference parameters?
A. int CalcInfo(float p1, float p2); B. int CalcInfo(float r1, float r2); C. int CalcInfo(&*p1, &*p2); D. int CalcInfo(float &r1, float &r2);
The _________________________ is the location of files that have been deleted.
Fill in the blank(s) with the appropriate word(s).