Which of the following ways to format text into columns fills the left column entirely with text and then continues the text into the next column?
A. edit column
B. tabs
C. tables
D. columns
Answer: D
You might also like to view...
Which of the following is false for pointer-based strings?
a. A string may include letters, digits and various special characters (i.e., +, -, *). b. A string in C++ is an array of characters ending in the null character ('\0'). c. String literals are written inside of single quotes. d. A string may be assigned in a declaration to either a character array or a variable of type char *.
When a SmartArt graphic is resized, the inserted text will automatically adjust to fit the available text
Indicate whether the statement is true or false
The ban against commercial use of the NSFNET was lifted in 1972.
Answer the following statement true (T) or false (F)
Once a class is defined:
a. It may be referenced as a single variable. b. A sub class may be defined. c. An object may be defined. d. All of the above. e. None of the above.