Smart Guides are ________ lines that display on your slide when you are moving an object to assist you with alignment

A) solid B) dotted C) dashed D) double solid

C

Computer Science & Information Technology

You might also like to view...

Strings can not

a) be initialized using string literals b) end in a character other than the null character c) be initialized with initializer lists d) be treated as arrays of characters

Computer Science & Information Technology

Suppose we have a data member called x, which we would like to set to 0 in an initializer list. The expression to do so would look like this:

A. x( 0 ) B. x = 0 C. x := 0 D. x <- 0

Computer Science & Information Technology