________ fields are the placeholders in the main document for the variable data from the data source

A) Dynamic B) Merge C) Replacement D) Substitution

B

Computer Science & Information Technology

You might also like to view...

What is a "watched folder"?

What will be an ideal response?

Computer Science & Information Technology

Given the following code, what is the final value of i?

int i,j; for(i=0;i<4;i++) { for(j=0;j<3;j++) { if(i==2) break; } } a. 3 b. 4 c. 5 d. 0

Computer Science & Information Technology