If you do not set the orientation value, browsers print the output in ____ by default.

A. landscape
B. preview
C. portrait
D. PDF

Answer: C

Computer Science & Information Technology

You might also like to view...

Insert const before .any of the following array parameters that can be changed to const.

``` void output(double a[], int size); //Pre: a[0] through a[size-1] have values set. //Post: a[0] through a[size-1] have been displayed on the screen. void dropOdd(int a[], int size); //Pre: a[0] through a[size-1] have values set. //Post: All odd numbers in a[0] through a[size-1] have //been changed to 0. ```

Computer Science & Information Technology

You can restore filter settings that you previously saved in a query by using the ____________________ command on the Advanced menu.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology