Which of the following gives the number of elements in the array int r[10]?
a. sizeof r
b. sizeof (*r)
c. sizeof r / sizeof (int)
d. sizeof (*r) / sizeof (int)
c. sizeof r / sizeof (int)
Computer Science & Information Technology
You might also like to view...
Functional interface BiConsumer’s accept method has two parameters. For Maps, the first represents the ________ and the second the corresponding ________.
a. key, variable b. lambda, value c. lambda, variable d. key, value
Computer Science & Information Technology
Duotones are ideal for two-color print jobs with a spot color such as a ____ color used for accent.
a. monochrome b. PANTONE c. LAB d. either b or c
Computer Science & Information Technology