Header and footer elements display in ________

A) Page Break Preview view
B) Normal view
C) Page Layout view
D) all views

Answer: C

Computer Science & Information Technology

You might also like to view...

When using the Presentation Wizard to create a new presentation, it is mandatory that the user enter their name or the name of their company, the subject of the presentation, and further ideas to be presented

Indicate whether the statement is true or false

Computer Science & Information Technology

Given the ShoeType structure type definition. Write a function for the declaration (prototype).

``` struct ShoeType{ char style; double price; void readShoeRecord(ShoeType& Item); // Prompts for data and fills ShoeType argument members ```

Computer Science & Information Technology