If you press Enter after pressing and holding Shift while typing in five underscore characters, ________

A) a page break is inserted
B) five more underscore characters will be inserted
C) a continuous section break is inserted
D) the characters are converted into a horizontal line

D

Computer Science & Information Technology

You might also like to view...

A new document created from a mail merge, contains data from the data source but does not contain any ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following assigns to p1 the pointer to the address of value?

a. *p1=&value; b. p1=value; c. p1=&value; d. &p1 = *value;

Computer Science & Information Technology