Consider the declarationsint nums[100];int *nPtr;The statement ____ produces the same result as nPtr = nums;.
A. nPtr = &nums[0];
B. nPtr = nums[0];
C. nPtr = *nums[0];
D. nPtr = &nums;
Answer: A
You might also like to view...
Mary is writing a program that repeatedly prompts the user for an inventory number and displays a message stating whether on not the object is in stock. What sort of control structure(s) will she need to include in her program?
a. repetition and selection b. selection and sequential c. repetition and sequential d. repetition, selection, and sequential
When formatting a chart area, you would click , which is the ________ button used to display chart properties
Fill in the blank(s) with the appropriate word(s).
Use the ____ statement to refer to the properties of an object without listing the object itself.
A. with B. do C. use D. object
A hash tag feed is especially useful for organizations that are promoting the use of a certain hash tag related to their work.
Answer the following statement true (T) or false (F)