The ________ for a mail merge holds text or formatting that remains constant

A) wizard B) main document
C) mail merge template D) data source

B

Computer Science & Information Technology

You might also like to view...

A copy constructor, a destructor and an overloaded assignment operator are usually provided as a group for any class that uses dynamically allocated memory. With the addition of move semantics in C++11, you should also provide __________.

a. a move constructor b. a move assignment operator c. an overloaded move destructor d. both a. and b)

Computer Science & Information Technology

The values that you use with a function are called arguments.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology