In a letter, the name and address of the person receiving the letter is known as the:

A) inside address.
B) salutation.
C) complimentary closing.
D) writers identification.


A

Computer Science & Information Technology

You might also like to view...

What will be displayed by the statements below?

``` char s1[8] = "petunia", s2[9] = "marigold"; char tmp1[10], tmp2[20]; strcpy(tmp2, s1); strcat(tmp2, s2); strncpy(tmp1, &tmp2[5], 6); tmp1[6] = '\0'; printf("b%s\n", tmp1); ``` a. iamari b. biamari c. oldpet d. boldpet e. none of the above

Computer Science & Information Technology

There are five different types of applications available for use on the Facebook site

Indicate whether the statement is true or false

Computer Science & Information Technology

To access advanced properties, click the File tab, Info, Properties, then click Advanced Properties.

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

Computer Science & Information Technology

A(n) _________________________ is the lowest price at which a seller will or must sell an item at an online auction.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology