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, ->.
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
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
Which of the following is a virus hoax?
a. Zafi.d b. Bropia c. Jdbgmgr d. Santy
What is equivalent to in Advanced Filters?
A. Equal to B. Not equal to C. Greater than D. Less than