With ________, lowercase characters are capitalized but are smaller than characters typed as capital letters

Fill in the blank(s) with correct word

small caps

Computer Science & Information Technology

You might also like to view...

Consider the following declaration: char str[15];. Which of the following statements stores "Blue Sky" into str?

A. str = "Blue Sky"; B. str[15] = "Blue Sky"; C. strcpy(str, "Blue Sky"); D. strcpy("Blue Sky");

Computer Science & Information Technology

The term RAM refers to random alternate memory.

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

Computer Science & Information Technology