When viewing macro code, the character ________ indicates a comment line

A) : (colon)
B) , (comma)
C) . (period)
D) ' (single quotation mark)


D

Computer Science & Information Technology

You might also like to view...

Write a method called randomInRange that takes in two numbers representing a range. Print an error message and return zero if the second parameter is less than the first. Otherwise, the method should return a randomly generated integer in that range (inclusive). You may assume that the class has a static Random object called generator already declared and instantiated.

What will be an ideal response?

Computer Science & Information Technology

Consider the iostream library, in particular, cout and endl. Assume that the #include has been executed. At this point, there are three ways to specify cout and endl so the compiler will be able to find these names when you output say “Hello World”. Give all three methods.

What will be an ideal response?

Computer Science & Information Technology

1.5Gbps eSATA devices can have a cable up to _______ feet in length

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a radial gradient, the starting color appears where?

A. at the center of the gradient B. at the outside edge of the gradient C. halfway between the center and the edge of the gradient D. it depends on how the Gradient tool is applied

Computer Science & Information Technology