This is the uniform text that displays before each caption number
a. Label
b. Caption name
c. Caption style
A
Computer Science & Information Technology
You might also like to view...
To make changes to an object that has been embedded in a document, you must make them in ________
A) both the source file and the destination file B) the destination file C) the source file D) the source program
Computer Science & Information Technology
Given an array named scores with 25 elements, what is the correct way to access the 25th element?
a. scores+25 b. scores[24] c. scores[25] d. scores[last]
Computer Science & Information Technology