The ___ Auto Fill Option that fills the destination area using the format of the source area; no content is filled
Answer: fill formatting only
Computer Science & Information Technology
You might also like to view...
When text is single-spaced, there are no extra lines in a paragraph
Indicate whether the statement is true or false
Computer Science & Information Technology
Consider the following declaration:char charArray[51];char discard;Assume that the input is:Hello There!How are you? What is the value of discard after the following statements execute?cin.get(charArray, 51);cin.get(discard);
A. discard = ' ' (Space) B. discard = '!' C. discard = '\n' D. discard = '\0'
Computer Science & Information Technology