The Insert Caption button can be found on the ________ tab
A) Design B) Home C) Layout D) References
D
Computer Science & Information Technology
You might also like to view...
The ________ displays the name or location of the active cell
A) Name box B) sheet tab C) Formatting bar D) Formula bar
Computer Science & Information Technology
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 *.
Computer Science & Information Technology