To dereference a structure pointer and simultaneously access a member of the structure, the appropriate operator to use is

A) the ampersand, &.
B) an asterisk, *.
C) the structure pointer operator, ->.
D) the dereference operator, <-.
E) None of the above


C) the structure pointer operator, ->.

Computer Science & Information Technology

You might also like to view...

Java supports ________; collections of related methods that typically enable you to tell objects what to do, but not how to do it (we’ll see an exception to this in Java SE 8).

a. classes b. subclasses c. superclasses d. interfaces

Computer Science & Information Technology

A mail merge is a process that simplifies the task of preparing many documents that contain ________ formatting, layout, and text but where certain portions of each document vary

A) matching B) duplicate C) identical D) similar

Computer Science & Information Technology

Which of the following is a virus hoax?

a. Zafi.d b. Bropia c. Jdbgmgr d. Santy

Computer Science & Information Technology

What is equivalent to in Advanced Filters?

A. Equal to B. Not equal to C. Greater than D. Less than

Computer Science & Information Technology