_____ merges each of the rows in the selected range across the columns in the range.
A. Merge Build
B. Merge and Center
C. Merge Across
D. Merge Cells
Answer: C
Computer Science & Information Technology
You might also like to view...
What is the output of the following code fragment?
int v1=2, v2=-1, *p1, *p2; p1 = & v1; p2= & v2; p2=p1; cout << *p2 << endl; a. 2 b. -1 c. -2 d. 1
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. In a switch statement, the default case is always executed. 2. Not including the break statements within a switch statement results in a syntax error.
Computer Science & Information Technology
Interrupts and counters are examples of ________ abstractions.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The images stored on microfilm and microfiche are so large that they can be read without a microfilm or microfiche reader.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology