Which of the following is NOT a DateAdd function argument?

A) interval
B) time
C) number
D) date


B

Computer Science & Information Technology

You might also like to view...

The ________ function finds the largest value within a selected range of values

Fill in the blank(s) with correct word

Computer Science & Information Technology

To remove navigation, ads, and other content from a web page in the Internet Explorer 11 app, ________ can be used if it is available for that web page

A) a subfolder B) a library C) Reading view D) InPrivate Browsing

Computer Science & Information Technology

You can use the ________ feature to resize a column to accommodate the longest entry

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Suppose that x and y are int variables, and z is a double variable. The input is: ? 28 32.6 12 ? Choose the values of x, y, and z after the following statement executes: ? cin >> x >> y >> z; ?

A. x = 28, y = 32, z = 0.6 B. x = 28, y = 32, z = 12.0 C. x = 28, y = 12, z = 32.6 D. x = 28, y = 12, z = 0.6

Computer Science & Information Technology