If s is a structure variable and p, a pointer, is a member of the structure, the statement cout << *s.p; will

A) output the dereferenced value pointed to by p.
B) result in a compiler error.
C) output the address stored in p.
D) output the value stored in s.
E) None of the above


A) output the dereferenced value pointed to by p.

Computer Science & Information Technology

You might also like to view...

To put borders between individual cells you should click the _____ button in the Format Cells dialog box.

A. Inside B. Outside C. Between D. Outline

Computer Science & Information Technology

VPNs create a _____________ to transport information through public communications media.

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

Computer Science & Information Technology

For secure communication across the Internet, which protocol is used to access or post web server information?

a. HTTPS b. SHTTP c. Telnet d. STelnet

Computer Science & Information Technology

Which of the following is not an advantage of functions in C?

A. Problems can be factored into understandable and manageable steps. B. Functions make it possible to develop programs easily and rapidly. C. Functions provide a way to reuse code. D. Functions can be grouped into libraries for reuseability. E. Functions protect data from accidental access by other functions.

Computer Science & Information Technology