If we store the address of grade[0] in a pointer named gPtr (using the assignment statement gPtr = &grade[0];), then, the expression ____ references grade[0].
A. gPtr(0)
B. gPtr
C. &gPtr
D. *gPtr
Answer: D
You might also like to view...
What does checking the Update automatically button do in Header and Footer dialog box?
A) Automatically updates edited text within a footer B) Automatically updates the date to always be current C) Updates the header and footer positions if you change slide theme D) Updates the header or footer when the file is saved
What type of attack uses zombie computers to bring a network down under a massive number of requests?
A. DDOS B. phishing C. smurf attack D. zombie
The order entry system will allow a 10 percent variation in list price. For example, an item with a list price of $1 could be sold for 90 cents or $1.10 without any system interference. The cost of the item is $3, but the cashier entered $2. Which control would detect this error?
What will be an ideal response?
When relational operators are used in a Case statement within a Select Case structure, the keyword ____ must be used with the relational operator.
A. Is B. From C. Cont D. To