The feature used to add a decision-making element to the mail merge process is:
a. Rules
b. Match Fields
c. Preview Results
A
Computer Science & Information Technology
You might also like to view...
The Partition utility can be used to format any disk to use the FAT, FAT32, or NTFS file system, but the process deletes any existing data or directory structure on the drive.
a. true b. false
Computer Science & Information Technology
To pass an object of class person to a function as a formal value parameter most efficiently you should use:
a) person p b) const person p c) person& p d) const person& p
Computer Science & Information Technology